#B54B9C

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

Shades of Mulberry #B54B9C

Tints of Mulberry #B54B9C

Color information

#B54B9C (or 0xB54B9C) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 9C. RGB value is (181,75,156). Sum of RGB (Red+Green+Blue) = 181+75+156=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B9C is #4AB463. Grayscale: #737373. Windows color (decimal): -4895844 or 10242997. OLE color: 10242997.

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

Color convert

RGB18175156-
CMYK00.590.140.29
HSL314.15º41.73%50.2%-
HSV(B)314.15º58.56%70.98%-
XYZ27.5717.2633.33-
YUV115.93150.62174.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=43.93%
G=18.20%
B=37.86%

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
Decimal1817515600.590.140.29314.1541.7350.2
HexB54B9C03BE1D13a2a32
Octal26511323407316354725262
Binary101101011001011100111000111011111011101100111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B9C; }

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

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

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

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

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

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

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

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