#B24C98

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

Shades of Mulberry #B24C98

Tints of Mulberry #B24C98

Color information

#B24C98 (or 0xB24C98) is unknown color: approx Mulberry. HEX triplet: B2, 4C and 98. RGB value is (178,76,152). Sum of RGB (Red+Green+Blue) = 178+76+152=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C98 is #4DB367. Grayscale: #727272. Windows color (decimal): -5092200 or 9981106. OLE color: 9981106.

HSL color Cylindrical-coordinate representation of color #B24C98: hue angle of 315.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24C98 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB17876152-
CMYK00.570.150.30
HSL315.29º40.16%49.8%-
HSV(B)315.29º57.3%69.8%-
XYZ26.6116.931.57-
YUV115.16148.79172.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=43.84%
G=18.72%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787615200.570.150.30315.2940.1649.8
HexB24C98039F1E13b2832
Octal26211423007117364735062
Binary101100101001100100110000111001111111110100111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C98; }

 p { color: rgb(178,76,152); }

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

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

 a { background-color: rgb(178,76,152); }

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

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

 span { border-color: rgb(178,76,152); }

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