#B6578F

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

Shades of Mulberry #B6578F

Tints of Mulberry #B6578F

Color information

#B6578F (or 0xB6578F) is unknown color: approx Mulberry. HEX triplet: B6, 57 and 8F. RGB value is (182,87,143). Sum of RGB (Red+Green+Blue) = 182+87+143=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B6578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6578F is #49A870. Grayscale: #797979. Windows color (decimal): -4827249 or 9394102. OLE color: 9394102.

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

Color convert

RGB18287143-
CMYK00.520.210.29
HSL324.63º39.42%52.75%-
HSV(B)324.63º52.2%71.37%-
XYZ27.6618.7428.15-
YUV121.79139.97170.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 87 (34.38% from 255) = 21.12%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=44.17%
G=21.12%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828714300.520.210.29324.6339.4252.75
HexB6578F034151D1452735
Octal26612721706425355054765
Binary1011011010101111000111101101001010111101101000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6578F; }

 p { color: rgb(182,87,143); }

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

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

 a { background-color: rgb(182,87,143); }

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

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

 span { border-color: rgb(182,87,143); }

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