Html Css Color HEX #B31999 Medium Violet Red

📋 copy color: '#B31999'

red 179 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #B31999

Tints of Medium Violet Red #B31999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 50.14%
G = 7%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B31999 (or 0xB31999) is known color: Medium Violet Red. HEX triplet: B3, 19 and 99. RGB value is (179,25,153). Sum of RGB (Red+Green+Blue) = 179+25+153=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B31999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31999 is #4CE666. Grayscale: #555555. Windows color (decimal): -5039719 or 10033587. OLE color: 10033587.

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

Color convert

RGB 179 25 153 -
CMYK 0 0.86 0.15 0.30
HSL 310.13º 0.75% 0.4% -
HSV(B) 310.13º 0.86% 0.7% -
XYZ 24.69 12.58 31.26 -
YUV 85.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 179 25 153 0 0.86 0.15 0.30 310.13 0.75 0.4
Hex B3 19 99 0 56 F 1E 136 4B 28
Octal 263 31 231 0 126 17 36 466 113 50
Binary 10110011 11001 10011001 0 1010110 1111 11110 100110110 1001011 101000

Color Harmonies of #B31999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31999

Black with #B31999

Text Example


Text Example

White with #B31999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31999; }

 p { color: rgb(179,25,153); }

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

background-color css

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

 a { background-color: rgb(179,25,153); }

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

border-color css

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

 span { border-color: rgb(179,25,153); }

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