#B6559B

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

Shades of Mulberry #B6559B

Tints of Mulberry #B6559B

Color information

#B6559B (or 0xB6559B) is unknown color: approx Mulberry. HEX triplet: B6, 55 and 9B. RGB value is (182,85,155). Sum of RGB (Red+Green+Blue) = 182+85+155=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6559B is #49AA64. Grayscale: #797979. Windows color (decimal): -4827749 or 10180022. OLE color: 10180022.

HSL color Cylindrical-coordinate representation of color #B6559B: hue angle of 316.7º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6559B is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18285155-
CMYK00.530.150.29
HSL316.7º39.92%52.35%-
HSV(B)316.7º53.3%71.37%-
XYZ28.4618.8133.14-
YUV121.98146.64170.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=43.13%
G=20.14%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828515500.530.150.29316.739.9252.35
HexB6559B035F1D13d2834
Octal26612523306517354755064
Binary101101101010101100110110110101111111101100111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6559B; }

 p { color: rgb(182,85,155); }

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

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

 a { background-color: rgb(182,85,155); }

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

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

 span { border-color: rgb(182,85,155); }

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