Html Css Color HEX #B31B90 Medium Violet Red

📋 copy color: '#B31B90'

red 179 ◦ green 27 ◦ blue 144

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

Shades of Medium Violet Red #B31B90

Tints of Medium Violet Red #B31B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

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

R = 51.14%
G = 7.71%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B31B90 (or 0xB31B90) is known color: Medium Violet Red. HEX triplet: B3, 1B and 90. RGB value is (179,27,144). Sum of RGB (Red+Green+Blue) = 179+27+144=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31B90 is #4CE46F. Grayscale: #555555. Windows color (decimal): -5039216 or 9444275. OLE color: 9444275.

HSL color Cylindrical-coordinate representation of color #B31B90: hue angle of 313.82º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B90 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 27 144 -
CMYK 0 0.85 0.20 0.30
HSL 313.82º 0.74% 0.4% -
HSV(B) 313.82º 0.85% 0.7% -
XYZ 24.02 12.38 27.51 -
YUV 85.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 179 27 144 0 0.85 0.20 0.30 313.82 0.74 0.4
Hex B3 1B 90 0 55 14 1E 13A 4A 28
Octal 263 33 220 0 125 24 36 472 112 50
Binary 10110011 11011 10010000 0 1010101 10100 11110 100111010 1001010 101000

Color Harmonies of #B31B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B90

Black with #B31B90

Text Example


Text Example

White with #B31B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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