#b24b8f

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

Shades of Mulberry #B24B8F

Tints of Mulberry #B24B8F

Color information

#B24B8F (or 0xB24B8F) is unknown color: approx Mulberry. HEX triplet: B2, 4B and 8F. RGB value is (178,75,143). Sum of RGB (Red+Green+Blue) = 178+75+143=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B8F is #4DB470. Grayscale: #717171. Windows color (decimal): -5092465 or 9391026. OLE color: 9391026.

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

Color convert

RGB17875143-
CMYK00.580.200.30
HSL320.39º40.71%49.61%-
HSV(B)320.39º57.87%69.8%-
XYZ25.8316.4827.81-
YUV113.55144.62173.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=44.95%
G=18.94%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787514300.580.200.30320.3940.7149.61
HexB24B8F03A141E1402932
Octal26211321707224365005162
Binary1011001010010111000111101110101010011110101000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24b8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24b8f; }

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

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

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

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

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

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

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

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