#B8539A

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

Shades of Mulberry #B8539A

Tints of Mulberry #B8539A

Color information

#B8539A (or 0xB8539A) is unknown color: approx Mulberry. HEX triplet: B8, 53 and 9A. RGB value is (184,83,154). Sum of RGB (Red+Green+Blue) = 184+83+154=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8539A is #47AC65. Grayscale: #797979. Windows color (decimal): -4697190 or 10113976. OLE color: 10113976.

HSL color Cylindrical-coordinate representation of color #B8539A: hue angle of 317.82º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8539A is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18483154-
CMYK00.550.160.28
HSL317.82º41.56%52.35%-
HSV(B)317.82º54.89%72.16%-
XYZ28.6918.7132.67-
YUV121.29146.46172.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=43.71%
G=19.71%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848315400.550.160.28317.8241.5652.35
HexB8539A037101C13e2a34
Octal27012323206720344765264
Binary1011100010100111001101001101111000011100100111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8539A; }

 p { color: rgb(184,83,154); }

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

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

 a { background-color: rgb(184,83,154); }

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

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

 span { border-color: rgb(184,83,154); }

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