#B5399B

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

Shades of Medium Red Violet #B5399B

Tints of Medium Red Violet #B5399B

Color information

#B5399B (or 0xB5399B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and 9B. RGB value is (181,57,155). Sum of RGB (Red+Green+Blue) = 181+57+155=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5399B is #4AC664. Grayscale: #686868. Windows color (decimal): -4900453 or 10172853. OLE color: 10172853.

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

Color convert

RGB18157155-
CMYK00.690.140.29
HSL312.58º52.1%46.67%-
HSV(B)312.58º68.51%70.98%-
XYZ26.4415.1232.53-
YUV105.25156.08182.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=46.06%
G=14.50%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815715500.690.140.29312.5852.146.67
HexB5399B045E1D139342f
Octal26571233010516354716457
Binary101101011110011001101101000101111011101100111001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5399B; }

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

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

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

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

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

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

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

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