#B24694

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

Shades of Mulberry #B24694

Tints of Mulberry #B24694

Color information

#B24694 (or 0xB24694) is unknown color: approx Mulberry. HEX triplet: B2, 46 and 94. RGB value is (178,70,148). Sum of RGB (Red+Green+Blue) = 178+70+148=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B24694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24694 is #4DB96B. Grayscale: #6E6E6E. Windows color (decimal): -5093740 or 9717426. OLE color: 9717426.

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

Color convert

RGB17870148-
CMYK00.610.170.30
HSL316.67º43.55%48.63%-
HSV(B)316.67º60.67%69.8%-
XYZ25.915.9829.74-
YUV111.18148.78175.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 70 (27.73% from 255) = 17.68%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=44.95%
G=17.68%
B=37.37%

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
Decimal1787014800.610.170.30316.6743.5548.63
HexB2469403D111E13d2c31
Octal26210622407521364755461
Binary1011001010001101001010001111011000111110100111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24694; }

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

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

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

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

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

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

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

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