#B717A0

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

Shades of Medium Violet Red #B717A0

Tints of Medium Violet Red #B717A0

Color information

#B717A0 (or 0xB717A0) is unknown color: approx Medium Violet Red. HEX triplet: B7, 17 and A0. RGB value is (183,23,160). Sum of RGB (Red+Green+Blue) = 183+23+160=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B717A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B717A0 is #48E85F. Grayscale: #565656. Windows color (decimal): -4778080 or 10491831. OLE color: 10491831.

HSL color Cylindrical-coordinate representation of color #B717A0: hue angle of 308.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B717A0 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18323160-
CMYK00.870.130.28
HSL308.62º77.67%40.39%-
HSV(B)308.62º87.43%71.76%-
XYZ26.1813.2234.43-
YUV86.46169.51196.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 6.28%
BLUE value IS 160 (62.89% from 255) = 43.72%
R=50%
G=6.28%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832316000.870.130.28308.6277.6740.39
HexB717A0057D1C1354e28
Octal267272400127153446511650
Binary101101111011110100000010101111101111001001101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B717A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B717A0; }

 p { color: rgb(183,23,160); }

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

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

 a { background-color: rgb(183,23,160); }

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

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

 span { border-color: rgb(183,23,160); }

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