#B54693

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

Shades of Mulberry #B54693

Tints of Mulberry #B54693

Color information

#B54693 (or 0xB54693) is unknown color: approx Mulberry. HEX triplet: B5, 46 and 93. RGB value is (181,70,147). Sum of RGB (Red+Green+Blue) = 181+70+147=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54693 is #4AB96C. Grayscale: #6F6F6F. Windows color (decimal): -4897133 or 9651893. OLE color: 9651893.

HSL color Cylindrical-coordinate representation of color #B54693: hue angle of 318.38º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54693 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18170147-
CMYK00.610.190.29
HSL318.38º44.22%49.22%-
HSV(B)318.38º61.33%70.98%-
XYZ26.5116.3129.35-
YUV111.97147.77177.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 70 (27.73% from 255) = 17.59%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=45.48%
G=17.59%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817014700.610.190.29318.3844.2249.22
HexB5469303D131D13e2c31
Octal26510622307523354765461
Binary1011010110001101001001101111011001111101100111110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54693; }

 p { color: rgb(181,70,147); }

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

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

 a { background-color: rgb(181,70,147); }

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

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

 span { border-color: rgb(181,70,147); }

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