#B52893

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

Shades of Medium Red Violet #B52893

Tints of Medium Red Violet #B52893

Color information

#B52893 (or 0xB52893) is unknown color: approx Medium Red Violet. HEX triplet: B5, 28 and 93. RGB value is (181,40,147). Sum of RGB (Red+Green+Blue) = 181+40+147=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B52893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52893 is #4AD76C. Grayscale: #5E5E5E. Windows color (decimal): -4904813 or 9644213. OLE color: 9644213.

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

Color convert

RGB18140147-
CMYK00.780.190.29
HSL314.47º63.8%43.33%-
HSV(B)314.47º77.9%70.98%-
XYZ25.0813.4528.88-
YUV94.36157.71189.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 40 (16.02% from 255) = 10.87%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=49.18%
G=10.87%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814014700.780.190.29314.4763.843.33
HexB5289304E131D13a402b
Octal265502230116233547210053
Binary10110101101000100100110100111010011111011001110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52893; }

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

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

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

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

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

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

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

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