Html Css Color HEX #B31E91 Medium Violet Red

📋 copy color: '#B31E91'

red 179 ◦ green 30 ◦ blue 145

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

Shades of Medium Violet Red #B31E91

Tints of Medium Violet Red #B31E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 50.56%
G = 8.47%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B31E91 (or 0xB31E91) is known color: Medium Violet Red. HEX triplet: B3, 1E and 91. RGB value is (179,30,145). Sum of RGB (Red+Green+Blue) = 179+30+145=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31E91 is #4CE16E. Grayscale: #575757. Windows color (decimal): -5038447 or 9510579. OLE color: 9510579.

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

Color convert

RGB 179 30 145 -
CMYK 0 0.83 0.19 0.30
HSL 313.69º 0.71% 0.41% -
HSV(B) 313.69º 0.83% 0.7% -
XYZ 24.17 12.56 27.94 -
YUV 87.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 179 30 145 0 0.83 0.19 0.30 313.69 0.71 0.41
Hex B3 1E 91 0 53 13 1E 13A 47 29
Octal 263 36 221 0 123 23 36 472 107 51
Binary 10110011 11110 10010001 0 1010011 10011 11110 100111010 1000111 101001

Color Harmonies of #B31E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E91

Black with #B31E91

Text Example


Text Example

White with #B31E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E91; }

 p { color: rgb(179,30,145); }

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

background-color css

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

 a { background-color: rgb(179,30,145); }

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

border-color css

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

 span { border-color: rgb(179,30,145); }

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