#B317A1

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

Shades of Medium Violet Red #B317A1

Tints of Medium Violet Red #B317A1

Color information

#B317A1 (or 0xB317A1) is unknown color: approx Medium Violet Red. HEX triplet: B3, 17 and A1. RGB value is (179,23,161). Sum of RGB (Red+Green+Blue) = 179+23+161=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B317A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B317A1 is #4CE85E. Grayscale: #545454. Windows color (decimal): -5040223 or 10557363. OLE color: 10557363.

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

Color convert

RGB17923161-
CMYK00.870.100.30
HSL306.92º77.23%39.61%-
HSV(B)306.92º87.15%70.2%-
XYZ25.3312.7734.85-
YUV85.38170.68194.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 23 (9.38% from 255) = 6.34%
BLUE value IS 161 (63.28% from 255) = 44.35%
R=49.31%
G=6.34%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792316100.870.100.30306.9277.2339.61
HexB317A1057A1E1334d28
Octal263272410127123646311550
Binary101100111011110100001010101111010111101001100111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B317A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B317A1; }

 p { color: rgb(179,23,161); }

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

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

 a { background-color: rgb(179,23,161); }

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

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

 span { border-color: rgb(179,23,161); }

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