#B8539B

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

Shades of Mulberry #B8539B

Tints of Mulberry #B8539B

Color information

#B8539B (or 0xB8539B) is unknown color: approx Mulberry. HEX triplet: B8, 53 and 9B. RGB value is (184,83,155). Sum of RGB (Red+Green+Blue) = 184+83+155=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8539B is #47AC64. Grayscale: #797979. Windows color (decimal): -4697189 or 10179512. OLE color: 10179512.

HSL color Cylindrical-coordinate representation of color #B8539B: hue angle of 317.23º 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 #B8539B is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18483155-
CMYK00.550.160.28
HSL317.23º41.56%52.35%-
HSV(B)317.23º54.89%72.16%-
XYZ28.7818.7433.11-
YUV121.41146.96172.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=43.60%
G=19.67%
B=36.73%

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
Decimal1848315500.550.160.28317.2341.5652.35
HexB8539B037101C13d2a34
Octal27012323306720344755264
Binary1011100010100111001101101101111000011100100111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8539B; }

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

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

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

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

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

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

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

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