#B54699

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

Shades of Mulberry #B54699

Tints of Mulberry #B54699

Color information

#B54699 (or 0xB54699) is unknown color: approx Mulberry. HEX triplet: B5, 46 and 99. RGB value is (181,70,153). Sum of RGB (Red+Green+Blue) = 181+70+153=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B54699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54699 is #4AB966. Grayscale: #707070. Windows color (decimal): -4897127 or 10045109. OLE color: 10045109.

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

Color convert

RGB18170153-
CMYK00.610.150.29
HSL315.14º44.22%49.22%-
HSV(B)315.14º61.33%70.98%-
XYZ2716.531.9-
YUV112.65150.77176.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 70 (27.73% from 255) = 17.33%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=44.80%
G=17.33%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817015300.610.150.29315.1444.2249.22
HexB5469903DF1D13b2c31
Octal26510623107517354735461
Binary101101011000110100110010111101111111101100111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54699; }

 p { color: rgb(181,70,153); }

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

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

 a { background-color: rgb(181,70,153); }

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

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

 span { border-color: rgb(181,70,153); }

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