#B24D9B

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

Shades of Mulberry #B24D9B

Tints of Mulberry #B24D9B

Color information

#B24D9B (or 0xB24D9B) is unknown color: approx Mulberry. HEX triplet: B2, 4D and 9B. RGB value is (178,77,155). Sum of RGB (Red+Green+Blue) = 178+77+155=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24D9B is #4DB264. Grayscale: #737373. Windows color (decimal): -5091941 or 10177970. OLE color: 10177970.

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

Color convert

RGB17877155-
CMYK00.570.130.30
HSL313.66º39.61%50%-
HSV(B)313.66º56.74%69.8%-
XYZ26.9317.1432.9-
YUV116.09149.96172.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 77 (30.47% from 255) = 18.78%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=43.41%
G=18.78%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787715500.570.130.30313.6639.6150
HexB24D9B039D1E13a2832
Octal26211523307115364725062
Binary101100101001101100110110111001110111110100111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D9B; }

 p { color: rgb(178,77,155); }

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

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

 a { background-color: rgb(178,77,155); }

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

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

 span { border-color: rgb(178,77,155); }

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