#BB5493

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

Shades of Mulberry #BB5493

Tints of Mulberry #BB5493

Color information

#BB5493 (or 0xBB5493) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 93. RGB value is (187,84,147). Sum of RGB (Red+Green+Blue) = 187+84+147=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5493 is #44AB6C. Grayscale: #797979. Windows color (decimal): -4500333 or 9655483. OLE color: 9655483.

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

Color convert

RGB18784147-
CMYK00.550.210.27
HSL323.3º43.1%53.14%-
HSV(B)323.3º55.08%73.33%-
XYZ28.9319.0129.75-
YUV121.98142.12174.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=44.74%
G=20.10%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878414700.550.210.27323.343.153.14
HexBB5493037151B1432b35
Octal27312422306725335035365
Binary1011101110101001001001101101111010111011101000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5493; }

 p { color: rgb(187,84,147); }

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

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

 a { background-color: rgb(187,84,147); }

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

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

 span { border-color: rgb(187,84,147); }

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