#BB4585

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

Shades of Mulberry #BB4585

Tints of Mulberry #BB4585

Color information

#BB4585 (or 0xBB4585) is unknown color: approx Mulberry. HEX triplet: BB, 45 and 85. RGB value is (187,69,133). Sum of RGB (Red+Green+Blue) = 187+69+133=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4585 is #44BA7A. Grayscale: #6F6F6F. Windows color (decimal): -4504187 or 8734139. OLE color: 8734139.

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

Color convert

RGB18769133-
CMYK00.630.290.27
HSL327.46º46.46%50.2%-
HSV(B)327.46º63.1%73.33%-
XYZ26.8616.5123.96-
YUV111.58140.09181.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=48.07%
G=17.74%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876913300.630.290.27327.4646.4650.2
HexBB458503F1D1B1472e32
Octal27310520507735335075662
Binary1011101110001011000010101111111110111011101000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4585; }

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

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

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

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

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

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

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

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