#BB6496

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

Shades of Hopbush #BB6496

Tints of Hopbush #BB6496

Color information

#BB6496 (or 0xBB6496) is unknown color: approx Hopbush. HEX triplet: BB, 64 and 96. RGB value is (187,100,150). Sum of RGB (Red+Green+Blue) = 187+100+150=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6496 is #449B69. Grayscale: #838383. Windows color (decimal): -4496234 or 9856187. OLE color: 9856187.

HSL color Cylindrical-coordinate representation of color #BB6496: hue angle of 325.52º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6496 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187100150-
CMYK00.470.200.27
HSL325.52º39.01%56.27%-
HSV(B)325.52º46.52%73.33%-
XYZ30.5621.8831.47-
YUV131.71138.32167.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=42.79%
G=22.88%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710015000.470.200.27325.5239.0156.27
HexBB649602F141B1462738
Octal27314422605724335064770
Binary1011101111001001001011001011111010011011101000110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6496; }

 p { color: rgb(187,100,150); }

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

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

 a { background-color: rgb(187,100,150); }

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

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

 span { border-color: rgb(187,100,150); }

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