#BB6495

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

Shades of Hopbush #BB6495

Tints of Hopbush #BB6495

Color information

#BB6495 (or 0xBB6495) is unknown color: approx Hopbush. HEX triplet: BB, 64 and 95. RGB value is (187,100,149). Sum of RGB (Red+Green+Blue) = 187+100+149=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6495 is #449B6A. Grayscale: #838383. Windows color (decimal): -4496235 or 9790651. OLE color: 9790651.

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

Color convert

RGB187100149-
CMYK00.470.200.27
HSL326.21º39.01%56.27%-
HSV(B)326.21º46.52%73.33%-
XYZ30.4821.8531.04-
YUV131.6137.82167.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=42.89%
G=22.94%
B=34.17%

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
Decimal18710014900.470.200.27326.2139.0156.27
HexBB649502F141B1462738
Octal27314422505724335064770
Binary1011101111001001001010101011111010011011101000110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6495; }

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

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

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

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

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

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

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

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