#BB5294

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

Shades of Mulberry #BB5294

Tints of Mulberry #BB5294

Color information

#BB5294 (or 0xBB5294) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 94. RGB value is (187,82,148). Sum of RGB (Red+Green+Blue) = 187+82+148=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5294 is #44AD6B. Grayscale: #787878. Windows color (decimal): -4500844 or 9720507. OLE color: 9720507.

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

Color convert

RGB18782148-
CMYK00.560.210.27
HSL322.29º43.57%52.75%-
HSV(B)322.29º56.15%73.33%-
XYZ28.8618.7430.11-
YUV120.92143.29175.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=44.84%
G=19.66%
B=35.49%

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
Decimal1878214800.560.210.27322.2943.5752.75
HexBB5294038151B1422c35
Octal27312222407025335025465
Binary1011101110100101001010001110001010111011101000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5294; }

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

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

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

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

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

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

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

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