#B5399E

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

Shades of Medium Red Violet #B5399E

Tints of Medium Red Violet #B5399E

Color information

#B5399E (or 0xB5399E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and 9E. RGB value is (181,57,158). Sum of RGB (Red+Green+Blue) = 181+57+158=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5399E is #4AC661. Grayscale: #696969. Windows color (decimal): -4900450 or 10369461. OLE color: 10369461.

HSL color Cylindrical-coordinate representation of color #B5399E: hue angle of 311.13º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5399E is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18157158-
CMYK00.690.130.29
HSL311.13º52.1%46.67%-
HSV(B)311.13º68.51%70.98%-
XYZ26.6915.2233.88-
YUV105.59157.58181.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 57 (22.66% from 255) = 14.39%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=45.71%
G=14.39%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815715800.690.130.29311.1352.146.67
HexB5399E045D1D137342f
Octal26571236010515354676457
Binary101101011110011001111001000101110111101100110111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5399E; }

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

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

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

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

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

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

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

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