#B54B9A

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

Shades of Mulberry #B54B9A

Tints of Mulberry #B54B9A

Color information

#B54B9A (or 0xB54B9A) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 9A. RGB value is (181,75,154). Sum of RGB (Red+Green+Blue) = 181+75+154=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B9A is #4AB465. Grayscale: #737373. Windows color (decimal): -4895846 or 10111925. OLE color: 10111925.

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

Color convert

RGB18175154-
CMYK00.590.150.29
HSL315.28º41.73%50.2%-
HSV(B)315.28º58.56%70.98%-
XYZ27.417.1932.45-
YUV115.7149.62174.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=44.15%
G=18.29%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817515400.590.150.29315.2841.7350.2
HexB54B9A03BF1D13b2a32
Octal26511323207317354735262
Binary101101011001011100110100111011111111101100111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B9A; }

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

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

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

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

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

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

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

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