#B517A8

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

Shades of Medium Violet Red #B517A8

Tints of Medium Violet Red #B517A8

Color information

#B517A8 (or 0xB517A8) is unknown color: approx Medium Violet Red. HEX triplet: B5, 17 and A8. RGB value is (181,23,168). Sum of RGB (Red+Green+Blue) = 181+23+168=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B517A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B517A8 is #4AE857. Grayscale: #565656. Windows color (decimal): -4909144 or 11016117. OLE color: 11016117.

HSL color Cylindrical-coordinate representation of color #B517A8: hue angle of 304.94º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B517A8 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18123168-
CMYK00.870.070.29
HSL304.94º77.45%40%-
HSV(B)304.94º87.29%70.98%-
XYZ26.4313.2638.21-
YUV86.77173.85195.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 23 (9.38% from 255) = 6.18%
BLUE value IS 168 (66.02% from 255) = 45.16%
R=48.66%
G=6.18%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812316800.870.070.29304.9477.4540
HexB517A805771D1314d28
Octal26527250012773546111550
Binary10110101101111010100001010111111111011001100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B517A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B517A8; }

 p { color: rgb(181,23,168); }

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

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

 a { background-color: rgb(181,23,168); }

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

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

 span { border-color: rgb(181,23,168); }

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