Html Css Color HEX #B11992 Medium Violet Red

📋 copy color: '#B11992'

red 177 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #B11992

Tints of Medium Violet Red #B11992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 50.86%
G = 7.18%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11992 (or 0xB11992) is known color: Medium Violet Red. HEX triplet: B1, 19 and 92. RGB value is (177,25,146). Sum of RGB (Red+Green+Blue) = 177+25+146=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11992 is #4EE66D. Grayscale: #535353. Windows color (decimal): -5170798 or 9574833. OLE color: 9574833.

HSL color Cylindrical-coordinate representation of color #B11992: hue angle of 312.24º 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 #B11992 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 146 -
CMYK 0 0.86 0.18 0.31
HSL 312.24º 0.75% 0.4% -
HSV(B) 312.24º 0.86% 0.69% -
XYZ 23.67 12.12 28.29 -
YUV 84.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 177 25 146 0 0.86 0.18 0.31 312.24 0.75 0.4
Hex B1 19 92 0 56 12 1F 138 4B 28
Octal 261 31 222 0 126 22 37 470 113 50
Binary 10110001 11001 10010010 0 1010110 10010 11111 100111000 1001011 101000

Color Harmonies of #B11992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11992

Black with #B11992

Text Example


Text Example

White with #B11992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11992; }

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

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

background-color css

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

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

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

border-color css

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

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

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