Html Css Color HEX #B319A1 Medium Violet Red

📋 copy color: '#B319A1'

red 179 ◦ green 25 ◦ blue 161

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

Shades of Medium Violet Red #B319A1

Tints of Medium Violet Red #B319A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.11%

R = 49.04%
G = 6.85%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B319A1 (or 0xB319A1) is known color: Medium Violet Red. HEX triplet: B3, 19 and A1. RGB value is (179,25,161). Sum of RGB (Red+Green+Blue) = 179+25+161=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B319A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319A1 is #4CE65E. Grayscale: #565656. Windows color (decimal): -5039711 or 10557875. OLE color: 10557875.

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

Color convert

RGB 179 25 161 -
CMYK 0 0.86 0.10 0.30
HSL 307.01º 0.75% 0.4% -
HSV(B) 307.01º 0.86% 0.7% -
XYZ 25.37 12.85 34.86 -
YUV 86.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 179 25 161 0 0.86 0.10 0.30 307.01 0.75 0.4
Hex B3 19 A1 0 56 A 1E 133 4B 28
Octal 263 31 241 0 126 12 36 463 113 50
Binary 10110011 11001 10100001 0 1010110 1010 11110 100110011 1001011 101000

Color Harmonies of #B319A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319A1

Black with #B319A1

Text Example


Text Example

White with #B319A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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