#B24B90

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

Shades of Mulberry #B24B90

Tints of Mulberry #B24B90

Color information

#B24B90 (or 0xB24B90) is unknown color: approx Mulberry. HEX triplet: B2, 4B and 90. RGB value is (178,75,144). Sum of RGB (Red+Green+Blue) = 178+75+144=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B90 is #4DB46F. Grayscale: #717171. Windows color (decimal): -5092464 or 9456562. OLE color: 9456562.

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

Color convert

RGB17875144-
CMYK00.580.190.30
HSL319.81º40.71%49.61%-
HSV(B)319.81º57.87%69.8%-
XYZ25.9116.5128.21-
YUV113.66145.12173.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=44.84%
G=18.89%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787514400.580.190.30319.8140.7149.61
HexB24B9003A131E1402932
Octal26211322007223365005162
Binary1011001010010111001000001110101001111110101000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B90; }

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

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

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

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

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

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

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

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