Html Css Color HEX #B31197 Medium Violet Red

📋 copy color: '#B31197'

red 179 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #B31197

Tints of Medium Violet Red #B31197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 51.59%
G = 4.9%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B31197 (or 0xB31197) is known color: Medium Violet Red. HEX triplet: B3, 11 and 97. RGB value is (179,17,151). Sum of RGB (Red+Green+Blue) = 179+17+151=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B31197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31197 is #4CEE68. Grayscale: #505050. Windows color (decimal): -5041769 or 9900467. OLE color: 9900467.

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

Color convert

RGB 179 17 151 -
CMYK 0 0.91 0.16 0.30
HSL 310.37º 0.83% 0.38% -
HSV(B) 310.37º 0.91% 0.7% -
XYZ 24.38 12.22 30.35 -
YUV 80.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 179 17 151 0 0.91 0.16 0.30 310.37 0.83 0.38
Hex B3 11 97 0 5B 10 1E 136 53 26
Octal 263 21 227 0 133 20 36 466 123 46
Binary 10110011 10001 10010111 0 1011011 10000 11110 100110110 1010011 100110

Color Harmonies of #B31197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31197

Black with #B31197

Text Example


Text Example

White with #B31197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31197; }

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

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

background-color css

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

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

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

border-color css

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

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

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