#B54F83

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

Shades of Mulberry #B54F83

Tints of Mulberry #B54F83

Color information

#B54F83 (or 0xB54F83) is unknown color: approx Mulberry. HEX triplet: B5, 4F and 83. RGB value is (181,79,131). Sum of RGB (Red+Green+Blue) = 181+79+131=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54F83 is #4AB07C. Grayscale: #737373. Windows color (decimal): -4894845 or 8605621. OLE color: 8605621.

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

Color convert

RGB18179131-
CMYK00.560.280.29
HSL329.41º40.8%50.98%-
HSV(B)329.41º56.35%70.98%-
XYZ25.9517.0523.4-
YUV115.43136.79174.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=46.29%
G=20.20%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817913100.560.280.29329.4140.850.98
HexB54F830381C1D1492933
Octal26511720307034355115163
Binary1011010110011111000001101110001110011101101001001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F83; }

 p { color: rgb(181,79,131); }

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

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

 a { background-color: rgb(181,79,131); }

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

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

 span { border-color: rgb(181,79,131); }

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