Html Css Color HEX #B11997 Medium Violet Red

📋 copy color: '#B11997'

red 177 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #B11997

Tints of Medium Violet Red #B11997

RGB

 RED value IS 177 (69.53% from 255) = 50.14%

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

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

R = 50.14%
G = 7.08%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B11997 (or 0xB11997) is known color: Medium Violet Red. HEX triplet: B1, 19 and 97. RGB value is (177,25,151). Sum of RGB (Red+Green+Blue) = 177+25+151=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B11997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11997 is #4EE668. Grayscale: #545454. Windows color (decimal): -5170793 or 9902513. OLE color: 9902513.

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

Color convert

RGB 177 25 151 -
CMYK 0 0.86 0.15 0.31
HSL 310.26º 0.75% 0.4% -
HSV(B) 310.26º 0.86% 0.69% -
XYZ 24.07 12.28 30.38 -
YUV 84.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 177 25 151 0 0.86 0.15 0.31 310.26 0.75 0.4
Hex B1 19 97 0 56 F 1F 136 4B 28
Octal 261 31 227 0 126 17 37 466 113 50
Binary 10110001 11001 10010111 0 1010110 1111 11111 100110110 1001011 101000

Color Harmonies of #B11997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11997

Black with #B11997

Text Example


Text Example

White with #B11997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11997; }

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

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

background-color css

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

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

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

border-color css

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

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

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