#B53198

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

Shades of Medium Red Violet #B53198

Tints of Medium Red Violet #B53198

Color information

#B53198 (or 0xB53198) is unknown color: approx Medium Red Violet. HEX triplet: B5, 31 and 98. RGB value is (181,49,152). Sum of RGB (Red+Green+Blue) = 181+49+152=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B53198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53198 is #4ACE67. Grayscale: #636363. Windows color (decimal): -4902504 or 9974197. OLE color: 9974197.

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

Color convert

RGB18149152-
CMYK00.730.160.29
HSL313.18º57.39%45.1%-
HSV(B)313.18º72.93%70.98%-
XYZ25.8214.2931.1-
YUV100.21157.23185.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 49 (19.53% from 255) = 12.83%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=47.38%
G=12.83%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814915200.730.160.29313.1857.3945.1
HexB53198049101D139392d
Octal26561230011120354717155
Binary1011010111000110011000010010011000011101100111001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53198; }

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

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

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

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

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

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

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

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