#BB4486

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

Shades of Mulberry #BB4486

Tints of Mulberry #BB4486

Color information

#BB4486 (or 0xBB4486) is unknown color: approx Mulberry. HEX triplet: BB, 44 and 86. RGB value is (187,68,134). Sum of RGB (Red+Green+Blue) = 187+68+134=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4486 is #44BB79. Grayscale: #6E6E6E. Windows color (decimal): -4504442 or 8799419. OLE color: 8799419.

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

Color convert

RGB18768134-
CMYK00.640.280.27
HSL326.72º46.67%50%-
HSV(B)326.72º63.64%73.33%-
XYZ26.8616.4224.31-
YUV111.1140.92182.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=48.07%
G=17.48%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876813400.640.280.27326.7246.6750
HexBB44860401C1B1472f32
Octal273104206010034335075762
Binary10111011100010010000110010000001110011011101000111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4486; }

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

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

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

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

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

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

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

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