Html Css Color HEX #B31F80 Medium Red Violet

📋 copy color: '#B31F80'

red 179 ◦ green 31 ◦ blue 128

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

Shades of Medium Red Violet #B31F80

Tints of Medium Red Violet #B31F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 52.96%
G = 9.17%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B31F80 (or 0xB31F80) is known color: Medium Red Violet. HEX triplet: B3, 1F and 80. RGB value is (179,31,128). Sum of RGB (Red+Green+Blue) = 179+31+128=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31F80 is #4CE07F. Grayscale: #565656. Windows color (decimal): -5038208 or 8396723. OLE color: 8396723.

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

Color convert

RGB 179 31 128 -
CMYK 0 0.83 0.28 0.30
HSL 320.68º 0.7% 0.41% -
HSV(B) 320.68º 0.83% 0.7% -
XYZ 22.98 12.12 21.55 -
YUV 86.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 179 31 128 0 0.83 0.28 0.30 320.68 0.7 0.41
Hex B3 1F 80 0 53 1C 1E 141 46 29
Octal 263 37 200 0 123 34 36 501 106 51
Binary 10110011 11111 10000000 0 1010011 11100 11110 101000001 1000110 101001

Color Harmonies of #B31F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F80

Black with #B31F80

Text Example


Text Example

White with #B31F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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