#B5569C

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

Shades of Mulberry #B5569C

Tints of Mulberry #B5569C

Color information

#B5569C (or 0xB5569C) is unknown color: approx Mulberry. HEX triplet: B5, 56 and 9C. RGB value is (181,86,156). Sum of RGB (Red+Green+Blue) = 181+86+156=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5569C is #4AA963. Grayscale: #7A7A7A. Windows color (decimal): -4893028 or 10245813. OLE color: 10245813.

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

Color convert

RGB18186156-
CMYK00.520.140.29
HSL315.79º39.09%52.35%-
HSV(B)315.79º52.49%70.98%-
XYZ28.3818.8833.6-
YUV122.38146.97169.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=42.79%
G=20.33%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818615600.520.140.29315.7939.0952.35
HexB5569C034E1D13c2734
Octal26512623406416354744764
Binary101101011010110100111000110100111011101100111100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5569C; }

 p { color: rgb(181,86,156); }

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

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

 a { background-color: rgb(181,86,156); }

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

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

 span { border-color: rgb(181,86,156); }

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