#BD6E9C

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

Shades of Hopbush #BD6E9C

Tints of Hopbush #BD6E9C

Color information

#BD6E9C (or 0xBD6E9C) is unknown color: approx Hopbush. HEX triplet: BD, 6E and 9C. RGB value is (189,110,156). Sum of RGB (Red+Green+Blue) = 189+110+156=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E9C is #429163. Grayscale: #8A8A8A. Windows color (decimal): -4362596 or 10251965. OLE color: 10251965.

HSL color Cylindrical-coordinate representation of color #BD6E9C: hue angle of 325.06º 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 #BD6E9C is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189110156-
CMYK00.420.170.26
HSL325.06º37.44%58.63%-
HSV(B)325.06º41.8%74.12%-
XYZ32.5624.3734.44-
YUV138.86137.67163.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=41.54%
G=24.18%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911015600.420.170.26325.0637.4458.63
HexBD6E9C02A111A145253b
Octal27515623405221325054573
Binary1011110111011101001110001010101000111010101000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E9C; }

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

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

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

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

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

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

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

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