#B24594

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

Shades of Mulberry #B24594

Tints of Mulberry #B24594

Color information

#B24594 (or 0xB24594) is unknown color: approx Mulberry. HEX triplet: B2, 45 and 94. RGB value is (178,69,148). Sum of RGB (Red+Green+Blue) = 178+69+148=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B24594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24594 is #4DBA6B. Grayscale: #6E6E6E. Windows color (decimal): -5093996 or 9717170. OLE color: 9717170.

HSL color Cylindrical-coordinate representation of color #B24594: hue angle of 316.51º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24594 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17869148-
CMYK00.610.170.30
HSL316.51º44.13%48.43%-
HSV(B)316.51º61.24%69.8%-
XYZ25.8315.8629.72-
YUV110.6149.11176.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=45.06%
G=17.47%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786914800.610.170.30316.5144.1348.43
HexB2459403D111E13d2c30
Octal26210522407521364755460
Binary1011001010001011001010001111011000111110100111101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24594; }

 p { color: rgb(178,69,148); }

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

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

 a { background-color: rgb(178,69,148); }

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

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

 span { border-color: rgb(178,69,148); }

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