#b24c96

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

Shades of Mulberry #B24C96

Tints of Mulberry #B24C96

Color information

#B24C96 (or 0xB24C96) is unknown color: approx Mulberry. HEX triplet: B2, 4C and 96. RGB value is (178,76,150). Sum of RGB (Red+Green+Blue) = 178+76+150=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C96 is #4DB369. Grayscale: #727272. Windows color (decimal): -5092202 or 9850034. OLE color: 9850034.

HSL color Cylindrical-coordinate representation of color #B24C96: hue angle of 316.47º 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 #B24C96 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17876150-
CMYK00.570.160.30
HSL316.47º40.16%49.8%-
HSV(B)316.47º57.3%69.8%-
XYZ26.4516.8430.71-
YUV114.93147.79172.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 76 (30.08% from 255) = 18.81%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=44.06%
G=18.81%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787615000.570.160.30316.4740.1649.8
HexB24C96039101E13c2832
Octal26211422607120364745062
Binary1011001010011001001011001110011000011110100111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24c96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24c96; }

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

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

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

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

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

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

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

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