#B6559D

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

Shades of Mulberry #B6559D

Tints of Mulberry #B6559D

Color information

#B6559D (or 0xB6559D) is unknown color: approx Mulberry. HEX triplet: B6, 55 and 9D. RGB value is (182,85,157). Sum of RGB (Red+Green+Blue) = 182+85+157=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6559D is #49AA62. Grayscale: #7A7A7A. Windows color (decimal): -4827747 or 10311094. OLE color: 10311094.

HSL color Cylindrical-coordinate representation of color #B6559D: hue angle of 315.46º 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 #B6559D is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18285157-
CMYK00.530.140.29
HSL315.46º39.92%52.35%-
HSV(B)315.46º53.3%71.37%-
XYZ28.6318.8834.03-
YUV122.21147.64170.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=42.92%
G=20.05%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828515700.530.140.29315.4639.9252.35
HexB6559D035E1D13b2834
Octal26612523506516354735064
Binary101101101010101100111010110101111011101100111011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6559D; }

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

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

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

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

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

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

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

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