#B8559C

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

Shades of Mulberry #B8559C

Tints of Mulberry #B8559C

Color information

#B8559C (or 0xB8559C) is unknown color: approx Mulberry. HEX triplet: B8, 55 and 9C. RGB value is (184,85,156). Sum of RGB (Red+Green+Blue) = 184+85+156=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8559C is #47AA63. Grayscale: #7A7A7A. Windows color (decimal): -4696676 or 10245560. OLE color: 10245560.

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

Color convert

RGB18485156-
CMYK00.540.150.28
HSL316.97º41.08%52.75%-
HSV(B)316.97º53.8%72.16%-
XYZ29.0219.0933.61-
YUV122.7146.8171.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=43.29%
G=20%
B=36.71%

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
Decimal1848515600.540.150.28316.9741.0852.75
HexB8559C036F1C13d2935
Octal27012523406617344755165
Binary101110001010101100111000110110111111100100111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8559C; }

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

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

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

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

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

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

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

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