#B53398

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

Shades of Medium Red Violet #B53398

Tints of Medium Red Violet #B53398

Color information

#B53398 (or 0xB53398) is unknown color: approx Medium Red Violet. HEX triplet: B5, 33 and 98. RGB value is (181,51,152). Sum of RGB (Red+Green+Blue) = 181+51+152=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B53398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53398 is #4ACC67. Grayscale: #656565. Windows color (decimal): -4901992 or 9974709. OLE color: 9974709.

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

Color convert

RGB18151152-
CMYK00.720.160.29
HSL313.38º56.03%45.49%-
HSV(B)313.38º71.82%70.98%-
XYZ25.9114.4631.13-
YUV101.38156.57184.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 152 (59.77% from 255) = 39.58%
R=47.14%
G=13.28%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815115200.720.160.29313.3856.0345.49
HexB53398048101D139382d
Octal26563230011020354717055
Binary1011010111001110011000010010001000011101100111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53398; }

 p { color: rgb(181,51,152); }

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

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

 a { background-color: rgb(181,51,152); }

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

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

 span { border-color: rgb(181,51,152); }

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