#B5349E

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

Shades of Medium Red Violet #B5349E

Tints of Medium Red Violet #B5349E

Color information

#B5349E (or 0xB5349E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 9E. RGB value is (181,52,158). Sum of RGB (Red+Green+Blue) = 181+52+158=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5349E is #4ACB61. Grayscale: #666666. Windows color (decimal): -4901730 or 10368181. OLE color: 10368181.

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

Color convert

RGB18152158-
CMYK00.710.130.29
HSL310.7º55.36%45.69%-
HSV(B)310.7º71.27%70.98%-
XYZ26.4614.7533.8-
YUV102.66159.24183.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=46.29%
G=13.30%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815215800.710.130.29310.755.3645.69
HexB5349E047D1D137372e
Octal26564236010715354676756
Binary101101011101001001111001000111110111101100110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5349E; }

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

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

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

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

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

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

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

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