Html Css Color HEX #B31FA2 Medium Violet Red

📋 copy color: '#B31FA2'

red 179 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #B31FA2

Tints of Medium Violet Red #B31FA2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

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

R = 48.12%
G = 8.33%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B31FA2 (or 0xB31FA2) is known color: Medium Violet Red. HEX triplet: B3, 1F and A2. RGB value is (179,31,162). Sum of RGB (Red+Green+Blue) = 179+31+162=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B31FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31FA2 is #4CE05D. Grayscale: #595959. Windows color (decimal): -5038174 or 10624947. OLE color: 10624947.

HSL color Cylindrical-coordinate representation of color #B31FA2: hue angle of 306.89º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31FA2 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 31 162 -
CMYK 0 0.83 0.09 0.30
HSL 306.89º 0.7% 0.41% -
HSV(B) 306.89º 0.83% 0.7% -
XYZ 25.6 13.17 35.38 -
YUV 90.19 168.53 191.35 -
System Red Green Blue C M Y K H S L
Decimal 179 31 162 0 0.83 0.09 0.30 306.89 0.7 0.41
Hex B3 1F A2 0 53 9 1E 133 46 29
Octal 263 37 242 0 123 11 36 463 106 51
Binary 10110011 11111 10100010 0 1010011 1001 11110 100110011 1000110 101001

Color Harmonies of #B31FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FA2

Black with #B31FA2

Text Example


Text Example

White with #B31FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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