#B857A0

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

Shades of Mulberry #B857A0

Tints of Mulberry #B857A0

Color information

#B857A0 (or 0xB857A0) is unknown color: approx Mulberry. HEX triplet: B8, 57 and A0. RGB value is (184,87,160). Sum of RGB (Red+Green+Blue) = 184+87+160=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B857A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B857A0 is #47A85F. Grayscale: #7C7C7C. Windows color (decimal): -4696160 or 10508216. OLE color: 10508216.

HSL color Cylindrical-coordinate representation of color #B857A0: hue angle of 314.85º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B857A0 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18487160-
CMYK00.530.130.28
HSL314.85º40.59%53.14%-
HSV(B)314.85º52.72%72.16%-
XYZ29.5219.5435.47-
YUV124.32148.14170.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=42.69%
G=20.19%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848716000.530.130.28314.8540.5953.14
HexB857A0035D1C13b2935
Octal27012724006515344735165
Binary101110001010111101000000110101110111100100111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B857A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B857A0; }

 p { color: rgb(184,87,160); }

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

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

 a { background-color: rgb(184,87,160); }

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

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

 span { border-color: rgb(184,87,160); }

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