#BD6E8E

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

Shades of Hopbush #BD6E8E

Tints of Hopbush #BD6E8E

Color information

#BD6E8E (or 0xBD6E8E) is unknown color: approx Hopbush. HEX triplet: BD, 6E and 8E. RGB value is (189,110,142). Sum of RGB (Red+Green+Blue) = 189+110+142=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E8E is #429171. Grayscale: #898989. Windows color (decimal): -4362610 or 9334461. OLE color: 9334461.

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

Color convert

RGB189110142-
CMYK00.420.250.26
HSL335.7º37.44%58.63%-
HSV(B)335.7º41.8%74.12%-
XYZ31.4423.9228.55-
YUV137.27130.67164.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=42.86%
G=24.94%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911014200.420.250.26335.737.4458.63
HexBD6E8E02A191A150253b
Octal27515621605231325204573
Binary1011110111011101000111001010101100111010101010000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E8E; }

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

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

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

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

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

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

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

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