Html Css Color HEX #B31F71 Medium Red Violet

📋 copy color: '#B31F71'

red 179 ◦ green 31 ◦ blue 113

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

Shades of Medium Red Violet #B31F71

Tints of Medium Red Violet #B31F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.98%

R = 55.42%
G = 9.6%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B31F71 (or 0xB31F71) is known color: Medium Red Violet. HEX triplet: B3, 1F and 71. RGB value is (179,31,113). Sum of RGB (Red+Green+Blue) = 179+31+113=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31F71 is #4CE08E. Grayscale: #545454. Windows color (decimal): -5038223 or 7413683. OLE color: 7413683.

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

Color convert

RGB 179 31 113 -
CMYK 0 0.83 0.37 0.30
HSL 326.76º 0.7% 0.41% -
HSV(B) 326.76º 0.83% 0.7% -
XYZ 22.06 11.76 16.73 -
YUV 84.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 179 31 113 0 0.83 0.37 0.30 326.76 0.7 0.41
Hex B3 1F 71 0 53 25 1E 147 46 29
Octal 263 37 161 0 123 45 36 507 106 51
Binary 10110011 11111 1110001 0 1010011 100101 11110 101000111 1000110 101001

Color Harmonies of #B31F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F71

Black with #B31F71

Text Example


Text Example

White with #B31F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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