#BB6993

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

Shades of Hopbush #BB6993

Tints of Hopbush #BB6993

Color information

#BB6993 (or 0xBB6993) is unknown color: approx Hopbush. HEX triplet: BB, 69 and 93. RGB value is (187,105,147). Sum of RGB (Red+Green+Blue) = 187+105+147=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6993 is #44966C. Grayscale: #868686. Windows color (decimal): -4494957 or 9660859. OLE color: 9660859.

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

Color convert

RGB187105147-
CMYK00.440.210.27
HSL329.27º37.61%57.25%-
HSV(B)329.27º43.85%73.33%-
XYZ30.8122.7730.38-
YUV134.31135.17165.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=42.60%
G=23.92%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710514700.440.210.27329.2737.6157.25
HexBB699302C151B1492639
Octal27315122305425335114671
Binary1011101111010011001001101011001010111011101001001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6993; }

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

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

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

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

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

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

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

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