Html Css Color HEX #B11996 Medium Violet Red

📋 copy color: '#B11996'

red 177 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #B11996

Tints of Medium Violet Red #B11996

RGB

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

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

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

R = 50.28%
G = 7.1%
B = 42.61%

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

#B11996 (or 0xB11996) is known color: Medium Violet Red. HEX triplet: B1, 19 and 96. RGB value is (177,25,150). Sum of RGB (Red+Green+Blue) = 177+25+150=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B11996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11996 is #4EE669. Grayscale: #545454. Windows color (decimal): -5170794 or 9836977. OLE color: 9836977.

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

Color convert

RGB 177 25 150 -
CMYK 0 0.86 0.15 0.31
HSL 310.66º 0.75% 0.4% -
HSV(B) 310.66º 0.86% 0.69% -
XYZ 23.98 12.24 29.95 -
YUV 84.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 177 25 150 0 0.86 0.15 0.31 310.66 0.75 0.4
Hex B1 19 96 0 56 F 1F 137 4B 28
Octal 261 31 226 0 126 17 37 467 113 50
Binary 10110001 11001 10010110 0 1010110 1111 11111 100110111 1001011 101000

Color Harmonies of #B11996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11996

Black with #B11996

Text Example


Text Example

White with #B11996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11996; }

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

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

background-color css

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

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

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

border-color css

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

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

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