#B54B91

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

Shades of Mulberry #B54B91

Tints of Mulberry #B54B91

Color information

#B54B91 (or 0xB54B91) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 91. RGB value is (181,75,145). Sum of RGB (Red+Green+Blue) = 181+75+145=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B91 is #4AB46E. Grayscale: #727272. Windows color (decimal): -4895855 or 9522101. OLE color: 9522101.

HSL color Cylindrical-coordinate representation of color #B54B91: hue angle of 320.38º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54B91 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB18175145-
CMYK00.590.200.29
HSL320.38º41.73%50.2%-
HSV(B)320.38º58.56%70.98%-
XYZ26.6816.928.64-
YUV114.67145.12175.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=45.14%
G=18.70%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817514500.590.200.29320.3841.7350.2
HexB54B9103B141D1402a32
Octal26511322107324355005262
Binary1011010110010111001000101110111010011101101000000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B91; }

 p { color: rgb(181,75,145); }

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

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

 a { background-color: rgb(181,75,145); }

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

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

 span { border-color: rgb(181,75,145); }

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