#B5398E

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

Shades of Medium Red Violet #B5398E

Tints of Medium Red Violet #B5398E

Color information

#B5398E (or 0xB5398E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and 8E. RGB value is (181,57,142). Sum of RGB (Red+Green+Blue) = 181+57+142=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5398E is #4AC671. Grayscale: #676767. Windows color (decimal): -4900466 or 9320885. OLE color: 9320885.

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

Color convert

RGB18157142-
CMYK00.690.220.29
HSL318.87º52.1%46.67%-
HSV(B)318.87º68.51%70.98%-
XYZ25.414.727.09-
YUV103.77149.58183.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 57 (22.66% from 255) = 15%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=47.63%
G=15%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815714200.690.220.29318.8752.146.67
HexB5398E045161D13f342f
Octal26571216010526354776457
Binary1011010111100110001110010001011011011101100111111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5398E; }

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

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

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

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

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

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

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

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