#B54396

Color #B54396 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B54396

Tints of Medium Red Violet #B54396

Color information

#B54396 (or 0xB54396) is unknown color: approx Medium Red Violet. HEX triplet: B5, 43 and 96. RGB value is (181,67,150). Sum of RGB (Red+Green+Blue) = 181+67+150=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54396 is #4ABC69. Grayscale: #6E6E6E. Windows color (decimal): -4897898 or 9847733. OLE color: 9847733.

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

Color convert

RGB18167150-
CMYK00.630.170.29
HSL316.32º45.97%48.63%-
HSV(B)316.32º62.98%70.98%-
XYZ26.5716.0430.55-
YUV110.55150.27178.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=45.48%
G=16.83%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816715000.630.170.29316.3245.9748.63
HexB5439603F111D13c2e31
Octal26510322607721354745661
Binary1011010110000111001011001111111000111101100111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54396; }

 p { color: rgb(181,67,150); }

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

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

 a { background-color: rgb(181,67,150); }

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

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

 span { border-color: rgb(181,67,150); }

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