Html Css Color HEX #B31794 Medium Violet Red

📋 copy color: '#B31794'

red 179 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #B31794

Tints of Medium Violet Red #B31794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 51.14%
G = 6.57%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B31794 (or 0xB31794) is known color: Medium Violet Red. HEX triplet: B3, 17 and 94. RGB value is (179,23,148). Sum of RGB (Red+Green+Blue) = 179+23+148=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B31794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31794 is #4CE86B. Grayscale: #535353. Windows color (decimal): -5040236 or 9705395. OLE color: 9705395.

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

Color convert

RGB 179 23 148 -
CMYK 0 0.87 0.17 0.30
HSL 311.92º 0.77% 0.4% -
HSV(B) 311.92º 0.87% 0.7% -
XYZ 24.24 12.33 29.12 -
YUV 83.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 179 23 148 0 0.87 0.17 0.30 311.92 0.77 0.4
Hex B3 17 94 0 57 11 1E 138 4D 28
Octal 263 27 224 0 127 21 36 470 115 50
Binary 10110011 10111 10010100 0 1010111 10001 11110 100111000 1001101 101000

Color Harmonies of #B31794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31794

Black with #B31794

Text Example


Text Example

White with #B31794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31794; }

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

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

background-color css

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

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

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

border-color css

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

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

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