Html Css Color HEX #B31799 Medium Violet Red

📋 copy color: '#B31799'

red 179 ◦ green 23 ◦ blue 153

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

Shades of Medium Violet Red #B31799

Tints of Medium Violet Red #B31799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

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

R = 50.42%
G = 6.48%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B31799 (or 0xB31799) is known color: Medium Violet Red. HEX triplet: B3, 17 and 99. RGB value is (179,23,153). Sum of RGB (Red+Green+Blue) = 179+23+153=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B31799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31799 is #4CE866. Grayscale: #545454. Windows color (decimal): -5040231 or 10033075. OLE color: 10033075.

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

Color convert

RGB 179 23 153 -
CMYK 0 0.87 0.15 0.30
HSL 310º 0.77% 0.4% -
HSV(B) 310º 0.87% 0.7% -
XYZ 24.65 12.5 31.25 -
YUV 84.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 179 23 153 0 0.87 0.15 0.30 310 0.77 0.4
Hex B3 17 99 0 57 F 1E 136 4D 28
Octal 263 27 231 0 127 17 36 466 115 50
Binary 10110011 10111 10011001 0 1010111 1111 11110 100110110 1001101 101000

Color Harmonies of #B31799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31799

Black with #B31799

Text Example


Text Example

White with #B31799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31799; }

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

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

background-color css

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

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

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

border-color css

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

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

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