Html Css Color HEX #B11C95 Medium Violet Red

📋 copy color: '#B11C95'

red 177 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #B11C95

Tints of Medium Violet Red #B11C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 50%
G = 7.91%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B11C95 (or 0xB11C95) is known color: Medium Violet Red. HEX triplet: B1, 1C and 95. RGB value is (177,28,149). Sum of RGB (Red+Green+Blue) = 177+28+149=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C95 is #4EE36A. Grayscale: #565656. Windows color (decimal): -5170027 or 9772209. OLE color: 9772209.

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

Color convert

RGB 177 28 149 -
CMYK 0 0.84 0.16 0.31
HSL 311.28º 0.73% 0.4% -
HSV(B) 311.28º 0.84% 0.69% -
XYZ 23.97 12.35 29.55 -
YUV 86.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 177 28 149 0 0.84 0.16 0.31 311.28 0.73 0.4
Hex B1 1C 95 0 54 10 1F 137 49 28
Octal 261 34 225 0 124 20 37 467 111 50
Binary 10110001 11100 10010101 0 1010100 10000 11111 100110111 1001001 101000

Color Harmonies of #B11C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C95

Black with #B11C95

Text Example


Text Example

White with #B11C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C95; }

 p { color: rgb(177,28,149); }

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

background-color css

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

 a { background-color: rgb(177,28,149); }

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

border-color css

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

 span { border-color: rgb(177,28,149); }

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