Html Css Color HEX #B31F76 Medium Red Violet

📋 copy color: '#B31F76'

red 179 ◦ green 31 ◦ blue 118

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

Shades of Medium Red Violet #B31F76

Tints of Medium Red Violet #B31F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 54.57%
G = 9.45%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B31F76 (or 0xB31F76) is known color: Medium Red Violet. HEX triplet: B3, 1F and 76. RGB value is (179,31,118). Sum of RGB (Red+Green+Blue) = 179+31+118=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31F76 is #4CE089. Grayscale: #545454. Windows color (decimal): -5038218 or 7741363. OLE color: 7741363.

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

Color convert

RGB 179 31 118 -
CMYK 0 0.83 0.34 0.30
HSL 324.73º 0.7% 0.41% -
HSV(B) 324.73º 0.83% 0.7% -
XYZ 22.35 11.87 18.25 -
YUV 85.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 179 31 118 0 0.83 0.34 0.30 324.73 0.7 0.41
Hex B3 1F 76 0 53 22 1E 145 46 29
Octal 263 37 166 0 123 42 36 505 106 51
Binary 10110011 11111 1110110 0 1010011 100010 11110 101000101 1000110 101001

Color Harmonies of #B31F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F76

Black with #B31F76

Text Example


Text Example

White with #B31F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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