Html Css Color HEX #B31793 Medium Violet Red

📋 copy color: '#B31793'

red 179 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #B31793

Tints of Medium Violet Red #B31793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 51.29%
G = 6.59%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B31793 (or 0xB31793) is known color: Medium Violet Red. HEX triplet: B3, 17 and 93. RGB value is (179,23,147). Sum of RGB (Red+Green+Blue) = 179+23+147=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B31793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31793 is #4CE86C. Grayscale: #535353. Windows color (decimal): -5040237 or 9639859. OLE color: 9639859.

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

Color convert

RGB 179 23 147 -
CMYK 0 0.87 0.18 0.30
HSL 312.31º 0.77% 0.4% -
HSV(B) 312.31º 0.87% 0.7% -
XYZ 24.16 12.3 28.7 -
YUV 83.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 179 23 147 0 0.87 0.18 0.30 312.31 0.77 0.4
Hex B3 17 93 0 57 12 1E 138 4D 28
Octal 263 27 223 0 127 22 36 470 115 50
Binary 10110011 10111 10010011 0 1010111 10010 11110 100111000 1001101 101000

Color Harmonies of #B31793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31793

Black with #B31793

Text Example


Text Example

White with #B31793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31793; }

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

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

background-color css

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

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

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

border-color css

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

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

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