#BB6E98

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

Shades of Hopbush #BB6E98

Tints of Hopbush #BB6E98

Color information

#BB6E98 (or 0xBB6E98) is unknown color: approx Hopbush. HEX triplet: BB, 6E and 98. RGB value is (187,110,152). Sum of RGB (Red+Green+Blue) = 187+110+152=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E98 is #449167. Grayscale: #898989. Windows color (decimal): -4493672 or 9989819. OLE color: 9989819.

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

Color convert

RGB187110152-
CMYK00.410.190.27
HSL327.27º36.15%58.24%-
HSV(B)327.27º41.18%73.33%-
XYZ31.7423.9832.66-
YUV137.81136.01163.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=41.65%
G=24.50%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711015200.410.190.27327.2736.1558.24
HexBB6E98029131B147243a
Octal27315623005123335074472
Binary1011101111011101001100001010011001111011101000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E98; }

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

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

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

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

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

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

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

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