Html Css Color HEX #B31F7E Medium Red Violet

📋 copy color: '#B31F7E'

red 179 ◦ green 31 ◦ blue 126

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

Shades of Medium Red Violet #B31F7E

Tints of Medium Red Violet #B31F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 53.27%
G = 9.23%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B31F7E (or 0xB31F7E) is known color: Medium Red Violet. HEX triplet: B3, 1F and 7E. RGB value is (179,31,126). Sum of RGB (Red+Green+Blue) = 179+31+126=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31F7E is #4CE081. Grayscale: #555555. Windows color (decimal): -5038210 or 8265651. OLE color: 8265651.

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

Color convert

RGB 179 31 126 -
CMYK 0 0.83 0.30 0.30
HSL 321.49º 0.7% 0.41% -
HSV(B) 321.49º 0.83% 0.7% -
XYZ 22.85 12.07 20.86 -
YUV 86.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 179 31 126 0 0.83 0.30 0.30 321.49 0.7 0.41
Hex B3 1F 7E 0 53 1E 1E 141 46 29
Octal 263 37 176 0 123 36 36 501 106 51
Binary 10110011 11111 1111110 0 1010011 11110 11110 101000001 1000110 101001

Color Harmonies of #B31F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F7E

Black with #B31F7E

Text Example


Text Example

White with #B31F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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