#BB5790

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

Shades of Mulberry #BB5790

Tints of Mulberry #BB5790

Color information

#BB5790 (or 0xBB5790) is unknown color: approx Mulberry. HEX triplet: BB, 57 and 90. RGB value is (187,87,144). Sum of RGB (Red+Green+Blue) = 187+87+144=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5790 is #44A86F. Grayscale: #7B7B7B. Windows color (decimal): -4499568 or 9459643. OLE color: 9459643.

HSL color Cylindrical-coordinate representation of color #BB5790: hue angle of 325.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5790 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18787144-
CMYK00.530.230.27
HSL325.8º42.37%53.73%-
HSV(B)325.8º53.48%73.33%-
XYZ28.9419.3928.6-
YUV123.4139.63173.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=44.74%
G=20.81%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878714400.530.230.27325.842.3753.73
HexBB5790035171B1462a36
Octal27312722006527335065266
Binary1011101110101111001000001101011011111011101000110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5790; }

 p { color: rgb(187,87,144); }

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

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

 a { background-color: rgb(187,87,144); }

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

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

 span { border-color: rgb(187,87,144); }

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