#B53392

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

Shades of Medium Red Violet #B53392

Tints of Medium Red Violet #B53392

Color information

#B53392 (or 0xB53392) is unknown color: approx Medium Red Violet. HEX triplet: B5, 33 and 92. RGB value is (181,51,146). Sum of RGB (Red+Green+Blue) = 181+51+146=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B53392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53392 is #4ACC6D. Grayscale: #646464. Windows color (decimal): -4901998 or 9581493. OLE color: 9581493.

HSL color Cylindrical-coordinate representation of color #B53392: hue angle of 316.15º 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 #B53392 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18151146-
CMYK00.720.190.29
HSL316.15º56.03%45.49%-
HSV(B)316.15º71.82%70.98%-
XYZ25.4314.2728.61-
YUV100.7153.57185.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=47.88%
G=13.49%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815114600.720.190.29316.1556.0345.49
HexB53392048131D13c382d
Octal26563222011023354747055
Binary1011010111001110010010010010001001111101100111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53392; }

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

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

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

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

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

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

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

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