#B5569D

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

Shades of Mulberry #B5569D

Tints of Mulberry #B5569D

Color information

#B5569D (or 0xB5569D) is unknown color: approx Mulberry. HEX triplet: B5, 56 and 9D. RGB value is (181,86,157). Sum of RGB (Red+Green+Blue) = 181+86+157=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5569D is #4AA962. Grayscale: #7A7A7A. Windows color (decimal): -4893027 or 10311349. OLE color: 10311349.

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

Color convert

RGB18186157-
CMYK00.520.130.29
HSL315.16º39.09%52.35%-
HSV(B)315.16º52.49%70.98%-
XYZ28.4718.9134.05-
YUV122.5147.47169.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=42.69%
G=20.28%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818615700.520.130.29315.1639.0952.35
HexB5569D034D1D13b2734
Octal26512623506415354734764
Binary101101011010110100111010110100110111101100111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5569D; }

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

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

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

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

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

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

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

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