#B855A1

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

Shades of Mulberry #B855A1

Tints of Mulberry #B855A1

Color information

#B855A1 (or 0xB855A1) is unknown color: approx Mulberry. HEX triplet: B8, 55 and A1. RGB value is (184,85,161). Sum of RGB (Red+Green+Blue) = 184+85+161=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B855A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855A1 is #47AA5E. Grayscale: #7B7B7B. Windows color (decimal): -4696671 or 10573240. OLE color: 10573240.

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

Color convert

RGB18485161-
CMYK00.540.120.28
HSL313.94º41.08%52.75%-
HSV(B)313.94º53.8%72.16%-
XYZ29.4519.2635.88-
YUV123.26149.3171.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=42.79%
G=19.77%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848516100.540.120.28313.9441.0852.75
HexB855A1036C1C13a2935
Octal27012524106614344725165
Binary101110001010101101000010110110110011100100111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855A1; }

 p { color: rgb(184,85,161); }

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

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

 a { background-color: rgb(184,85,161); }

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

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

 span { border-color: rgb(184,85,161); }

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