Html Css Color HEX #B11097 Medium Violet Red

📋 copy color: '#B11097'

red 177 ◦ green 16 ◦ blue 151

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

Shades of Medium Violet Red #B11097

Tints of Medium Violet Red #B11097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 51.45%
G = 4.65%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B11097 (or 0xB11097) is known color: Medium Violet Red. HEX triplet: B1, 10 and 97. RGB value is (177,16,151). Sum of RGB (Red+Green+Blue) = 177+16+151=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B11097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11097 is #4EEF68. Grayscale: #4F4F4F. Windows color (decimal): -5173097 or 9900209. OLE color: 9900209.

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

Color convert

RGB 177 16 151 -
CMYK 0 0.91 0.15 0.31
HSL 309.69º 0.83% 0.38% -
HSV(B) 309.69º 0.91% 0.69% -
XYZ 23.9 11.95 30.33 -
YUV 79.53 168.34 197.52 -
System Red Green Blue C M Y K H S L
Decimal 177 16 151 0 0.91 0.15 0.31 309.69 0.83 0.38
Hex B1 10 97 0 5B F 1F 136 53 26
Octal 261 20 227 0 133 17 37 466 123 46
Binary 10110001 10000 10010111 0 1011011 1111 11111 100110110 1010011 100110

Color Harmonies of #B11097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11097

Black with #B11097

Text Example


Text Example

White with #B11097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11097; }

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

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

background-color css

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

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

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

border-color css

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

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

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