#BB4488

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

Shades of Mulberry #BB4488

Tints of Mulberry #BB4488

Color information

#BB4488 (or 0xBB4488) is unknown color: approx Mulberry. HEX triplet: BB, 44 and 88. RGB value is (187,68,136). Sum of RGB (Red+Green+Blue) = 187+68+136=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4488 is #44BB77. Grayscale: #6F6F6F. Windows color (decimal): -4504440 or 8930491. OLE color: 8930491.

HSL color Cylindrical-coordinate representation of color #BB4488: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4488 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18768136-
CMYK00.640.270.27
HSL325.71º46.67%50%-
HSV(B)325.71º63.64%73.33%-
XYZ2716.4825.05-
YUV111.33141.92181.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=47.83%
G=17.39%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876813600.640.270.27325.7146.6750
HexBB44880401B1B1462f32
Octal273104210010033335065762
Binary10111011100010010001000010000001101111011101000110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4488; }

 p { color: rgb(187,68,136); }

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

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

 a { background-color: rgb(187,68,136); }

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

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

 span { border-color: rgb(187,68,136); }

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