Html Css Color HEX #B31E90 Medium Violet Red

📋 copy color: '#B31E90'

red 179 ◦ green 30 ◦ blue 144

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

Shades of Medium Violet Red #B31E90

Tints of Medium Violet Red #B31E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 50.71%
G = 8.5%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B31E90 (or 0xB31E90) is known color: Medium Violet Red. HEX triplet: B3, 1E and 90. RGB value is (179,30,144). Sum of RGB (Red+Green+Blue) = 179+30+144=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31E90 is #4CE16F. Grayscale: #575757. Windows color (decimal): -5038448 or 9445043. OLE color: 9445043.

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

Color convert

RGB 179 30 144 -
CMYK 0 0.83 0.20 0.30
HSL 314.09º 0.71% 0.41% -
HSV(B) 314.09º 0.83% 0.7% -
XYZ 24.09 12.53 27.53 -
YUV 87.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 179 30 144 0 0.83 0.20 0.30 314.09 0.71 0.41
Hex B3 1E 90 0 53 14 1E 13A 47 29
Octal 263 36 220 0 123 24 36 472 107 51
Binary 10110011 11110 10010000 0 1010011 10100 11110 100111010 1000111 101001

Color Harmonies of #B31E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E90

Black with #B31E90

Text Example


Text Example

White with #B31E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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