Html Css Color HEX #B31192 Medium Violet Red

📋 copy color: '#B31192'

red 179 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #B31192

Tints of Medium Violet Red #B31192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.97%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 52.34%
G = 4.97%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B31192 (or 0xB31192) is known color: Medium Violet Red. HEX triplet: B3, 11 and 92. RGB value is (179,17,146). Sum of RGB (Red+Green+Blue) = 179+17+146=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B31192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31192 is #4CEE6D. Grayscale: #4F4F4F. Windows color (decimal): -5041774 or 9572787. OLE color: 9572787.

HSL color Cylindrical-coordinate representation of color #B31192: hue angle of 312.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31192 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 146 -
CMYK 0 0.91 0.18 0.30
HSL 312.22º 0.83% 0.38% -
HSV(B) 312.22º 0.91% 0.7% -
XYZ 23.98 12.06 28.26 -
YUV 80.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 179 17 146 0 0.91 0.18 0.30 312.22 0.83 0.38
Hex B3 11 92 0 5B 12 1E 138 53 26
Octal 263 21 222 0 133 22 36 470 123 46
Binary 10110011 10001 10010010 0 1011011 10010 11110 100111000 1010011 100110

Color Harmonies of #B31192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31192

Black with #B31192

Text Example


Text Example

White with #B31192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31192; }

 p { color: rgb(179,17,146); }

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

background-color css

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

 a { background-color: rgb(179,17,146); }

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

border-color css

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

 span { border-color: rgb(179,17,146); }

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