#BB4581

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

Shades of Mulberry #BB4581

Tints of Mulberry #BB4581

Color information

#BB4581 (or 0xBB4581) is unknown color: approx Mulberry. HEX triplet: BB, 45 and 81. RGB value is (187,69,129). Sum of RGB (Red+Green+Blue) = 187+69+129=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4581 is #44BA7E. Grayscale: #6F6F6F. Windows color (decimal): -4504191 or 8471995. OLE color: 8471995.

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

Color convert

RGB18769129-
CMYK00.630.310.27
HSL329.49º46.46%50.2%-
HSV(B)329.49º63.1%73.33%-
XYZ26.5816.4122.53-
YUV111.12138.09182.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=48.57%
G=17.92%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876912900.630.310.27329.4946.4650.2
HexBB458103F1F1B1492e32
Octal27310520107737335115662
Binary1011101110001011000000101111111111111011101001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4581; }

 p { color: rgb(187,69,129); }

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

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

 a { background-color: rgb(187,69,129); }

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

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

 span { border-color: rgb(187,69,129); }

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