#BB5293

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

Shades of Mulberry #BB5293

Tints of Mulberry #BB5293

Color information

#BB5293 (or 0xBB5293) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 93. RGB value is (187,82,147). Sum of RGB (Red+Green+Blue) = 187+82+147=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5293 is #44AD6C. Grayscale: #787878. Windows color (decimal): -4500845 or 9654971. OLE color: 9654971.

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

Color convert

RGB18782147-
CMYK00.560.210.27
HSL322.86º43.57%52.75%-
HSV(B)322.86º56.15%73.33%-
XYZ28.7818.7129.7-
YUV120.8142.79175.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=44.95%
G=19.71%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878214700.560.210.27322.8643.5752.75
HexBB5293038151B1432c35
Octal27312222307025335035465
Binary1011101110100101001001101110001010111011101000011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5293; }

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

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

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

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

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

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

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

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