#BB6998

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

Shades of Hopbush #BB6998

Tints of Hopbush #BB6998

Color information

#BB6998 (or 0xBB6998) is unknown color: approx Hopbush. HEX triplet: BB, 69 and 98. RGB value is (187,105,152). Sum of RGB (Red+Green+Blue) = 187+105+152=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6998 is #449667. Grayscale: #868686. Windows color (decimal): -4494952 or 9988539. OLE color: 9988539.

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

Color convert

RGB187105152-
CMYK00.440.190.27
HSL325.61º37.61%57.25%-
HSV(B)325.61º43.85%73.33%-
XYZ31.2122.9332.49-
YUV134.88137.67165.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=42.12%
G=23.65%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710515200.440.190.27325.6137.6157.25
HexBB699802C131B1462639
Octal27315123005423335064671
Binary1011101111010011001100001011001001111011101000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6998; }

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

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

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

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

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

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

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

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