#B24885

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

Shades of Mulberry #B24885

Tints of Mulberry #B24885

Color information

#B24885 (or 0xB24885) is unknown color: approx Mulberry. HEX triplet: B2, 48 and 85. RGB value is (178,72,133). Sum of RGB (Red+Green+Blue) = 178+72+133=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B24885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24885 is #4DB77A. Grayscale: #6E6E6E. Windows color (decimal): -5093243 or 8734898. OLE color: 8734898.

HSL color Cylindrical-coordinate representation of color #B24885: hue angle of 325.47º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24885 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17872133-
CMYK00.600.250.30
HSL325.47º42.4%49.02%-
HSV(B)325.47º59.55%69.8%-
XYZ24.9115.7923.93-
YUV110.65140.62176.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=46.48%
G=18.80%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787213300.600.250.30325.4742.449.02
HexB2488503C191E1452a31
Octal26211020507431365055261
Binary1011001010010001000010101111001100111110101000101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24885; }

 p { color: rgb(178,72,133); }

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

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

 a { background-color: rgb(178,72,133); }

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

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

 span { border-color: rgb(178,72,133); }

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