#BB6397

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

Shades of Hopbush #BB6397

Tints of Hopbush #BB6397

Color information

#BB6397 (or 0xBB6397) is unknown color: approx Hopbush. HEX triplet: BB, 63 and 97. RGB value is (187,99,151). Sum of RGB (Red+Green+Blue) = 187+99+151=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6397 is #449C68. Grayscale: #838383. Windows color (decimal): -4496489 or 9921467. OLE color: 9921467.

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

Color convert

RGB18799151-
CMYK00.470.190.27
HSL324.55º39.29%56.08%-
HSV(B)324.55º47.06%73.33%-
XYZ30.5421.7231.86-
YUV131.24139.15167.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=42.79%
G=22.65%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879915100.470.190.27324.5539.2956.08
HexBB639702F131B1452738
Octal27314322705723335054770
Binary1011101111000111001011101011111001111011101000101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6397; }

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

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

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

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

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

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

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

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