#BB6491

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

Shades of Hopbush #BB6491

Tints of Hopbush #BB6491

Color information

#BB6491 (or 0xBB6491) is unknown color: approx Hopbush. HEX triplet: BB, 64 and 91. RGB value is (187,100,145). Sum of RGB (Red+Green+Blue) = 187+100+145=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6491 is #449B6E. Grayscale: #838383. Windows color (decimal): -4496239 or 9528507. OLE color: 9528507.

HSL color Cylindrical-coordinate representation of color #BB6491: hue angle of 328.97º 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 #BB6491 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187100145-
CMYK00.470.220.27
HSL328.97º39.01%56.27%-
HSV(B)328.97º46.52%73.33%-
XYZ30.1621.7229.39-
YUV131.14135.82167.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=43.29%
G=23.15%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710014500.470.220.27328.9739.0156.27
HexBB649102F161B1492738
Octal27314422105726335114770
Binary1011101111001001001000101011111011011011101001001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6491; }

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

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

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

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

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

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

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

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