Html Css Color HEX #B31997 Medium Violet Red

📋 copy color: '#B31997'

red 179 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #B31997

Tints of Medium Violet Red #B31997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

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

R = 50.42%
G = 7.04%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B31997 (or 0xB31997) is known color: Medium Violet Red. HEX triplet: B3, 19 and 97. RGB value is (179,25,151). Sum of RGB (Red+Green+Blue) = 179+25+151=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B31997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31997 is #4CE668. Grayscale: #555555. Windows color (decimal): -5039721 or 9902515. OLE color: 9902515.

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

Color convert

RGB 179 25 151 -
CMYK 0 0.86 0.16 0.30
HSL 310.91º 0.75% 0.4% -
HSV(B) 310.91º 0.86% 0.7% -
XYZ 24.52 12.51 30.4 -
YUV 85.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 179 25 151 0 0.86 0.16 0.30 310.91 0.75 0.4
Hex B3 19 97 0 56 10 1E 137 4B 28
Octal 263 31 227 0 126 20 36 467 113 50
Binary 10110011 11001 10010111 0 1010110 10000 11110 100110111 1001011 101000

Color Harmonies of #B31997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31997

Black with #B31997

Text Example


Text Example

White with #B31997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31997; }

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

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

background-color css

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

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

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

border-color css

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

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

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