#BB6694

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

Shades of Hopbush #BB6694

Tints of Hopbush #BB6694

Color information

#BB6694 (or 0xBB6694) is unknown color: approx Hopbush. HEX triplet: BB, 66 and 94. RGB value is (187,102,148). Sum of RGB (Red+Green+Blue) = 187+102+148=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6694 is #44996B. Grayscale: #848484. Windows color (decimal): -4495724 or 9725627. OLE color: 9725627.

HSL color Cylindrical-coordinate representation of color #BB6694: hue angle of 327.53º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6694 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187102148-
CMYK00.450.210.27
HSL327.53º38.46%56.67%-
HSV(B)327.53º45.45%73.33%-
XYZ30.5922.2130.69-
YUV132.66136.66166.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=42.79%
G=23.34%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710214800.450.210.27327.5338.4656.67
HexBB669402D151B1482639
Octal27314622405525335104671
Binary1011101111001101001010001011011010111011101001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6694; }

 p { color: rgb(187,102,148); }

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

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

 a { background-color: rgb(187,102,148); }

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

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

 span { border-color: rgb(187,102,148); }

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