#B24B8C

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

Shades of Mulberry #B24B8C

Tints of Mulberry #B24B8C

Color information

#B24B8C (or 0xB24B8C) is unknown color: approx Mulberry. HEX triplet: B2, 4B and 8C. RGB value is (178,75,140). Sum of RGB (Red+Green+Blue) = 178+75+140=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B8C is #4DB473. Grayscale: #717171. Windows color (decimal): -5092468 or 9194418. OLE color: 9194418.

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

Color convert

RGB17875140-
CMYK00.580.210.30
HSL322.14º40.71%49.61%-
HSV(B)322.14º57.87%69.8%-
XYZ25.6116.3926.62-
YUV113.21143.12174.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=45.29%
G=19.08%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787514000.580.210.30322.1440.7149.61
HexB24B8C03A151E1422932
Octal26211321407225365025162
Binary1011001010010111000110001110101010111110101000010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B8C; }

 p { color: rgb(178,75,140); }

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

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

 a { background-color: rgb(178,75,140); }

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

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

 span { border-color: rgb(178,75,140); }

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