#B53495

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

Shades of Medium Red Violet #B53495

Tints of Medium Red Violet #B53495

Color information

#B53495 (or 0xB53495) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 95. RGB value is (181,52,149). Sum of RGB (Red+Green+Blue) = 181+52+149=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B53495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53495 is #4ACB6A. Grayscale: #656565. Windows color (decimal): -4901739 or 9778357. OLE color: 9778357.

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

Color convert

RGB18152149-
CMYK00.710.180.29
HSL314.88º55.36%45.69%-
HSV(B)314.88º71.27%70.98%-
XYZ25.7114.4529.87-
YUV101.63154.74184.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=47.38%
G=13.61%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815214900.710.180.29314.8855.3645.69
HexB53495047121D13b372e
Octal26564225010722354736756
Binary1011010111010010010101010001111001011101100111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53495; }

 p { color: rgb(181,52,149); }

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

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

 a { background-color: rgb(181,52,149); }

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

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

 span { border-color: rgb(181,52,149); }

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