#B54B9B

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

Shades of Mulberry #B54B9B

Tints of Mulberry #B54B9B

Color information

#B54B9B (or 0xB54B9B) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 9B. RGB value is (181,75,155). Sum of RGB (Red+Green+Blue) = 181+75+155=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B9B is #4AB464. Grayscale: #737373. Windows color (decimal): -4895845 or 10177461. OLE color: 10177461.

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

Color convert

RGB18175155-
CMYK00.590.140.29
HSL314.72º41.73%50.2%-
HSV(B)314.72º58.56%70.98%-
XYZ27.4917.2232.89-
YUV115.81150.12174.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=44.04%
G=18.25%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817515500.590.140.29314.7241.7350.2
HexB54B9B03BE1D13b2a32
Octal26511323307316354735262
Binary101101011001011100110110111011111011101100111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B9B; }

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

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

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

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

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

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

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

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