#BD678E

Color #BD678E Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BD678E

Tints of Hopbush #BD678E

Color information

#BD678E (or 0xBD678E) is unknown color: approx Hopbush. HEX triplet: BD, 67 and 8E. RGB value is (189,103,142). Sum of RGB (Red+Green+Blue) = 189+103+142=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD678E is #429871. Grayscale: #858585. Windows color (decimal): -4364402 or 9332669. OLE color: 9332669.

HSL color Cylindrical-coordinate representation of color #BD678E: hue angle of 332.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD678E is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189103142-
CMYK00.460.250.26
HSL332.79º39.45%57.25%-
HSV(B)332.79º45.5%74.12%-
XYZ30.7222.4728.31-
YUV133.16132.99167.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=43.55%
G=23.73%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910314200.460.250.26332.7939.4557.25
HexBD678E02E191A14d2739
Octal27514721605631325154771
Binary1011110111001111000111001011101100111010101001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD678E; }

 p { color: rgb(189,103,142); }

 H1.HeaderClassName
 {
   color: #BD678E;
 }
 .AnyTagClassName
 {
   color: #BD678E;
 }
</style>
background-color css

<style>
 a { background-color: #BD678E; }

 a { background-color: rgb(189,103,142); }

 div.DivClassName
 {
   background-color: #BD678E;
 }
 .BgClassName
 {
   background-color: #BD678E;
 }
</style>
border-color css

<style>
 span { border-color: #BD678E; }

 span { border-color: rgb(189,103,142); }

 td.TdClassName
 {
   border-color: #BD678E;
 }
 .TagClassName
 {
   border-color: #BD678E;
 }
</style>