#B54E9C

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

Shades of Mulberry #B54E9C

Tints of Mulberry #B54E9C

Color information

#B54E9C (or 0xB54E9C) is unknown color: approx Mulberry. HEX triplet: B5, 4E and 9C. RGB value is (181,78,156). Sum of RGB (Red+Green+Blue) = 181+78+156=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E9C is #4AB163. Grayscale: #757575. Windows color (decimal): -4895076 or 10243765. OLE color: 10243765.

HSL color Cylindrical-coordinate representation of color #B54E9C: hue angle of 314.56º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E9C is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18178156-
CMYK00.570.140.29
HSL314.56º41.04%50.78%-
HSV(B)314.56º56.91%70.98%-
XYZ27.7817.6733.4-
YUV117.69149.62173.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=43.61%
G=18.80%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817815600.570.140.29314.5641.0450.78
HexB54E9C039E1D13b2933
Octal26511623407116354735163
Binary101101011001110100111000111001111011101100111011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E9C; }

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

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

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

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

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

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

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

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