#B24991

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

Shades of Mulberry #B24991

Tints of Mulberry #B24991

Color information

#B24991 (or 0xB24991) is unknown color: approx Mulberry. HEX triplet: B2, 49 and 91. RGB value is (178,73,145). Sum of RGB (Red+Green+Blue) = 178+73+145=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B24991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24991 is #4DB66E. Grayscale: #707070. Windows color (decimal): -5092975 or 9521586. OLE color: 9521586.

HSL color Cylindrical-coordinate representation of color #B24991: hue angle of 318.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24991 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17873145-
CMYK00.590.190.30
HSL318.86º41.83%49.22%-
HSV(B)318.86º58.99%69.8%-
XYZ25.8516.2728.57-
YUV112.6146.29174.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=44.95%
G=18.43%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787314500.590.190.30318.8641.8349.22
HexB2499103B131E13f2a31
Octal26211122107323364775261
Binary1011001010010011001000101110111001111110100111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24991; }

 p { color: rgb(178,73,145); }

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

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

 a { background-color: rgb(178,73,145); }

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

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

 span { border-color: rgb(178,73,145); }

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