#B6569B

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

Shades of Mulberry #B6569B

Tints of Mulberry #B6569B

Color information

#B6569B (or 0xB6569B) is unknown color: approx Mulberry. HEX triplet: B6, 56 and 9B. RGB value is (182,86,155). Sum of RGB (Red+Green+Blue) = 182+86+155=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6569B is #49A964. Grayscale: #7A7A7A. Windows color (decimal): -4827493 or 10180278. OLE color: 10180278.

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

Color convert

RGB18286155-
CMYK00.530.150.29
HSL316.88º39.67%52.55%-
HSV(B)316.88º52.75%71.37%-
XYZ28.5418.9733.17-
YUV122.57146.3170.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=43.03%
G=20.33%
B=36.64%

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
Decimal1828615500.530.150.29316.8839.6752.55
HexB6569B035F1D13d2835
Octal26612623306517354755065
Binary101101101010110100110110110101111111101100111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6569B; }

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

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

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

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

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

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

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

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