Html Css Color HEX #B11396 Medium Violet Red

📋 copy color: '#B11396'

red 177 ◦ green 19 ◦ blue 150

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

Shades of Medium Violet Red #B11396

Tints of Medium Violet Red #B11396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 51.16%
G = 5.49%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B11396 (or 0xB11396) is known color: Medium Violet Red. HEX triplet: B1, 13 and 96. RGB value is (177,19,150). Sum of RGB (Red+Green+Blue) = 177+19+150=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B11396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11396 is #4EEC69. Grayscale: #505050. Windows color (decimal): -5172330 or 9835441. OLE color: 9835441.

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

Color convert

RGB 177 19 150 -
CMYK 0 0.89 0.15 0.31
HSL 310.25º 0.81% 0.38% -
HSV(B) 310.25º 0.89% 0.69% -
XYZ 23.87 12.01 29.92 -
YUV 81.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 177 19 150 0 0.89 0.15 0.31 310.25 0.81 0.38
Hex B1 13 96 0 59 F 1F 136 51 26
Octal 261 23 226 0 131 17 37 466 121 46
Binary 10110001 10011 10010110 0 1011001 1111 11111 100110110 1010001 100110

Color Harmonies of #B11396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11396

Black with #B11396

Text Example


Text Example

White with #B11396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11396; }

 p { color: rgb(177,19,150); }

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

background-color css

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

 a { background-color: rgb(177,19,150); }

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

border-color css

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

 span { border-color: rgb(177,19,150); }

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