#B54695

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

Shades of Mulberry #B54695

Tints of Mulberry #B54695

Color information

#B54695 (or 0xB54695) is unknown color: approx Mulberry. HEX triplet: B5, 46 and 95. RGB value is (181,70,149). Sum of RGB (Red+Green+Blue) = 181+70+149=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B54695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54695 is #4AB96A. Grayscale: #6F6F6F. Windows color (decimal): -4897131 or 9782965. OLE color: 9782965.

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

Color convert

RGB18170149-
CMYK00.610.180.29
HSL317.3º44.22%49.22%-
HSV(B)317.3º61.33%70.98%-
XYZ26.6716.3730.19-
YUV112.2148.77177.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=45.25%
G=17.5%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817014900.610.180.29317.344.2249.22
HexB5469503D121D13d2c31
Octal26510622507522354755461
Binary1011010110001101001010101111011001011101100111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54695; }

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

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

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

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

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

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

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

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