#BB4E98

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

Shades of Mulberry #BB4E98

Tints of Mulberry #BB4E98

Color information

#BB4E98 (or 0xBB4E98) is unknown color: approx Mulberry. HEX triplet: BB, 4E and 98. RGB value is (187,78,152). Sum of RGB (Red+Green+Blue) = 187+78+152=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4E98 is #44B167. Grayscale: #767676. Windows color (decimal): -4501864 or 9981627. OLE color: 9981627.

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

Color convert

RGB18778152-
CMYK00.580.190.27
HSL319.27º44.49%51.96%-
HSV(B)319.27º58.29%73.33%-
XYZ28.8918.2831.71-
YUV119.03146.61176.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=44.84%
G=18.71%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877815200.580.190.27319.2744.4951.96
HexBB4E9803A131B13f2c34
Octal27311623007223334775464
Binary1011101110011101001100001110101001111011100111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E98; }

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

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

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

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

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

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

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

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