#BB6597

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

Shades of Hopbush #BB6597

Tints of Hopbush #BB6597

Color information

#BB6597 (or 0xBB6597) is unknown color: approx Hopbush. HEX triplet: BB, 65 and 97. RGB value is (187,101,151). Sum of RGB (Red+Green+Blue) = 187+101+151=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6597 is #449A68. Grayscale: #848484. Windows color (decimal): -4495977 or 9921979. OLE color: 9921979.

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

Color convert

RGB187101151-
CMYK00.460.190.27
HSL325.12º38.74%56.47%-
HSV(B)325.12º45.99%73.33%-
XYZ30.7322.1131.93-
YUV132.41138.49166.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=42.60%
G=23.01%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710115100.460.190.27325.1238.7456.47
HexBB659702E131B1452738
Octal27314522705623335054770
Binary1011101111001011001011101011101001111011101000101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6597; }

 p { color: rgb(187,101,151); }

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

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

 a { background-color: rgb(187,101,151); }

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

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

 span { border-color: rgb(187,101,151); }

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