Html Css Color HEX #B317A2 Medium Violet Red

📋 copy color: '#B317A2'

red 179 ◦ green 23 ◦ blue 162

#B317A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B317A2

Tints of Medium Violet Red #B317A2

RGB

 RED value IS 179 (70.31% from 255) = 49.18%

 GREEN value IS 23 (9.38% from 255) = 6.32%

 BLUE value IS 162 (63.67% from 255) = 44.51%

R = 49.18%
G = 6.32%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B317A2 (or 0xB317A2) is known color: Medium Violet Red. HEX triplet: B3, 17 and A2. RGB value is (179,23,162). Sum of RGB (Red+Green+Blue) = 179+23+162=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B317A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B317A2 is #4CE85D. Grayscale: #555555. Windows color (decimal): -5040222 or 10622899. OLE color: 10622899.

HSL color Cylindrical-coordinate representation of color #B317A2: hue angle of 306.54º 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 #B317A2 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 162 -
CMYK 0 0.87 0.09 0.30
HSL 306.54º 0.77% 0.4% -
HSV(B) 306.54º 0.87% 0.7% -
XYZ 25.42 12.81 35.31 -
YUV 85.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 179 23 162 0 0.87 0.09 0.30 306.54 0.77 0.4
Hex B3 17 A2 0 57 9 1E 133 4D 28
Octal 263 27 242 0 127 11 36 463 115 50
Binary 10110011 10111 10100010 0 1010111 1001 11110 100110011 1001101 101000

Color Harmonies of #B317A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317A2

Black with #B317A2

Text Example


Text Example

White with #B317A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317A2; }

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

 H1.HeaderClassName
 {
   color: #B317A2;
 }
 .AnyTagClassName
 {
   color: #B317A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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