Html Css Color HEX #B31C97 Medium Violet Red

📋 copy color: '#B31C97'

red 179 ◦ green 28 ◦ blue 151

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

Shades of Medium Violet Red #B31C97

Tints of Medium Violet Red #B31C97

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

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

R = 50%
G = 7.82%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B31C97 (or 0xB31C97) is known color: Medium Violet Red. HEX triplet: B3, 1C and 97. RGB value is (179,28,151). Sum of RGB (Red+Green+Blue) = 179+28+151=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C97 is #4CE368. Grayscale: #565656. Windows color (decimal): -5038953 or 9903283. OLE color: 9903283.

HSL color Cylindrical-coordinate representation of color #B31C97: hue angle of 311.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C97 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 151 -
CMYK 0 0.84 0.16 0.30
HSL 311.13º 0.73% 0.41% -
HSV(B) 311.13º 0.84% 0.7% -
XYZ 24.59 12.65 30.42 -
YUV 87.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 179 28 151 0 0.84 0.16 0.30 311.13 0.73 0.41
Hex B3 1C 97 0 54 10 1E 137 49 29
Octal 263 34 227 0 124 20 36 467 111 51
Binary 10110011 11100 10010111 0 1010100 10000 11110 100110111 1001001 101001

Color Harmonies of #B31C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C97

Black with #B31C97

Text Example


Text Example

White with #B31C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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