Html Css Color HEX #B31F7F Medium Red Violet

📋 copy color: '#B31F7F'

red 179 ◦ green 31 ◦ blue 127

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

Shades of Medium Red Violet #B31F7F

Tints of Medium Red Violet #B31F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 53.12%
G = 9.2%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B31F7F (or 0xB31F7F) is known color: Medium Red Violet. HEX triplet: B3, 1F and 7F. RGB value is (179,31,127). Sum of RGB (Red+Green+Blue) = 179+31+127=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31F7F is #4CE080. Grayscale: #555555. Windows color (decimal): -5038209 or 8331187. OLE color: 8331187.

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

Color convert

RGB 179 31 127 -
CMYK 0 0.83 0.29 0.30
HSL 321.08º 0.7% 0.41% -
HSV(B) 321.08º 0.83% 0.7% -
XYZ 22.91 12.1 21.21 -
YUV 86.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 179 31 127 0 0.83 0.29 0.30 321.08 0.7 0.41
Hex B3 1F 7F 0 53 1D 1E 141 46 29
Octal 263 37 177 0 123 35 36 501 106 51
Binary 10110011 11111 1111111 0 1010011 11101 11110 101000001 1000110 101001

Color Harmonies of #B31F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F7F

Black with #B31F7F

Text Example


Text Example

White with #B31F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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