#B54B97

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

Shades of Mulberry #B54B97

Tints of Mulberry #B54B97

Color information

#B54B97 (or 0xB54B97) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 97. RGB value is (181,75,151). Sum of RGB (Red+Green+Blue) = 181+75+151=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B97 is #4AB468. Grayscale: #737373. Windows color (decimal): -4895849 or 9915317. OLE color: 9915317.

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

Color convert

RGB18175151-
CMYK00.590.170.29
HSL316.98º41.73%50.2%-
HSV(B)316.98º58.56%70.98%-
XYZ27.1617.0931.15-
YUV115.36148.12174.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=44.47%
G=18.43%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817515100.590.170.29316.9841.7350.2
HexB54B9703B111D13d2a32
Octal26511322707321354755262
Binary1011010110010111001011101110111000111101100111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B97; }

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

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

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

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

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

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

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

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