Html Css Color HEX #B11D8E Medium Violet Red

📋 copy color: '#B11D8E'

red 177 ◦ green 29 ◦ blue 142

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

Shades of Medium Violet Red #B11D8E

Tints of Medium Violet Red #B11D8E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 50.86%
G = 8.33%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B11D8E (or 0xB11D8E) is known color: Medium Violet Red. HEX triplet: B1, 1D and 8E. RGB value is (177,29,142). Sum of RGB (Red+Green+Blue) = 177+29+142=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D8E is #4EE271. Grayscale: #555555. Windows color (decimal): -5169778 or 9313713. OLE color: 9313713.

HSL color Cylindrical-coordinate representation of color #B11D8E: hue angle of 314.19º degrees, saturation: 0.72, 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 #B11D8E is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 29 142 -
CMYK 0 0.84 0.20 0.31
HSL 314.19º 0.72% 0.4% -
HSV(B) 314.19º 0.84% 0.69% -
XYZ 23.45 12.18 26.71 -
YUV 86.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 177 29 142 0 0.84 0.20 0.31 314.19 0.72 0.4
Hex B1 1D 8E 0 54 14 1F 13A 48 28
Octal 261 35 216 0 124 24 37 472 110 50
Binary 10110001 11101 10001110 0 1010100 10100 11111 100111010 1001000 101000

Color Harmonies of #B11D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D8E

Black with #B11D8E

Text Example


Text Example

White with #B11D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D8E; }

 p { color: rgb(177,29,142); }

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

background-color css

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

 a { background-color: rgb(177,29,142); }

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

border-color css

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

 span { border-color: rgb(177,29,142); }

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