#BB4D98

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

Shades of Mulberry #BB4D98

Tints of Mulberry #BB4D98

Color information

#BB4D98 (or 0xBB4D98) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 98. RGB value is (187,77,152). Sum of RGB (Red+Green+Blue) = 187+77+152=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D98 is #44B267. Grayscale: #767676. Windows color (decimal): -4502120 or 9981371. OLE color: 9981371.

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

Color convert

RGB18777152-
CMYK00.590.190.27
HSL319.09º44.72%51.76%-
HSV(B)319.09º58.82%73.33%-
XYZ28.8118.1431.69-
YUV118.44146.94176.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 77 (30.47% from 255) = 18.51%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=44.95%
G=18.51%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877715200.590.190.27319.0944.7251.76
HexBB4D9803B131B13f2d34
Octal27311523007323334775564
Binary1011101110011011001100001110111001111011100111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D98; }

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

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

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

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

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

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

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

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