Html Css Color HEX #B11C8E Medium Violet Red

📋 copy color: '#B11C8E'

red 177 ◦ green 28 ◦ blue 142

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

Shades of Medium Violet Red #B11C8E

Tints of Medium Violet Red #B11C8E

RGB

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

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

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

R = 51.01%
G = 8.07%
B = 40.92%

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

#B11C8E (or 0xB11C8E) is known color: Medium Violet Red. HEX triplet: B1, 1C and 8E. RGB value is (177,28,142). Sum of RGB (Red+Green+Blue) = 177+28+142=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C8E is #4EE371. Grayscale: #555555. Windows color (decimal): -5170034 or 9313457. OLE color: 9313457.

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

Color convert

RGB 177 28 142 -
CMYK 0 0.84 0.20 0.31
HSL 314.09º 0.73% 0.4% -
HSV(B) 314.09º 0.84% 0.69% -
XYZ 23.43 12.13 26.7 -
YUV 85.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 177 28 142 0 0.84 0.20 0.31 314.09 0.73 0.4
Hex B1 1C 8E 0 54 14 1F 13A 49 28
Octal 261 34 216 0 124 24 37 472 111 50
Binary 10110001 11100 10001110 0 1010100 10100 11111 100111010 1001001 101000

Color Harmonies of #B11C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C8E

Black with #B11C8E

Text Example


Text Example

White with #B11C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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