Html Css Color HEX #B319A0 Medium Violet Red

📋 copy color: '#B319A0'

red 179 ◦ green 25 ◦ blue 160

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

Shades of Medium Violet Red #B319A0

Tints of Medium Violet Red #B319A0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 49.18%
G = 6.87%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B319A0 (or 0xB319A0) is known color: Medium Violet Red. HEX triplet: B3, 19 and A0. RGB value is (179,25,160). Sum of RGB (Red+Green+Blue) = 179+25+160=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B319A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319A0 is #4CE65F. Grayscale: #565656. Windows color (decimal): -5039712 or 10492339. OLE color: 10492339.

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

Color convert

RGB 179 25 160 -
CMYK 0 0.86 0.11 0.30
HSL 307.4º 0.75% 0.4% -
HSV(B) 307.4º 0.86% 0.7% -
XYZ 25.28 12.82 34.4 -
YUV 86.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 179 25 160 0 0.86 0.11 0.30 307.4 0.75 0.4
Hex B3 19 A0 0 56 B 1E 133 4B 28
Octal 263 31 240 0 126 13 36 463 113 50
Binary 10110011 11001 10100000 0 1010110 1011 11110 100110011 1001011 101000

Color Harmonies of #B319A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319A0

Black with #B319A0

Text Example


Text Example

White with #B319A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319A0; }

 p { color: rgb(179,25,160); }

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

background-color css

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

 a { background-color: rgb(179,25,160); }

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

border-color css

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

 span { border-color: rgb(179,25,160); }

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