#B8559D

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

Shades of Mulberry #B8559D

Tints of Mulberry #B8559D

Color information

#B8559D (or 0xB8559D) is unknown color: approx Mulberry. HEX triplet: B8, 55 and 9D. RGB value is (184,85,157). Sum of RGB (Red+Green+Blue) = 184+85+157=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8559D is #47AA62. Grayscale: #7A7A7A. Windows color (decimal): -4696675 or 10311096. OLE color: 10311096.

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

Color convert

RGB18485157-
CMYK00.540.150.28
HSL316.36º41.08%52.75%-
HSV(B)316.36º53.8%72.16%-
XYZ29.119.1234.06-
YUV122.81147.3171.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=43.19%
G=19.95%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848515700.540.150.28316.3641.0852.75
HexB8559D036F1C13c2935
Octal27012523506617344745165
Binary101110001010101100111010110110111111100100111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8559D; }

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

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

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

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

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

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

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

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