#BB6493

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

Shades of Hopbush #BB6493

Tints of Hopbush #BB6493

Color information

#BB6493 (or 0xBB6493) is unknown color: approx Hopbush. HEX triplet: BB, 64 and 93. RGB value is (187,100,147). Sum of RGB (Red+Green+Blue) = 187+100+147=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6493 is #449B6C. Grayscale: #838383. Windows color (decimal): -4496237 or 9659579. OLE color: 9659579.

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

Color convert

RGB187100147-
CMYK00.470.210.27
HSL327.59º39.01%56.27%-
HSV(B)327.59º46.52%73.33%-
XYZ30.3221.7930.21-
YUV131.37136.82167.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=43.09%
G=23.04%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710014700.470.210.27327.5939.0156.27
HexBB649302F151B1482738
Octal27314422305725335104770
Binary1011101111001001001001101011111010111011101001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6493; }

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

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

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

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

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

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

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

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