Html Css Color HEX #B11C8F Medium Violet Red

📋 copy color: '#B11C8F'

red 177 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #B11C8F

Tints of Medium Violet Red #B11C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 50.86%
G = 8.05%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B11C8F (or 0xB11C8F) is known color: Medium Violet Red. HEX triplet: B1, 1C and 8F. RGB value is (177,28,143). Sum of RGB (Red+Green+Blue) = 177+28+143=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C8F is #4EE370. Grayscale: #555555. Windows color (decimal): -5170033 or 9378993. OLE color: 9378993.

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

Color convert

RGB 177 28 143 -
CMYK 0 0.84 0.19 0.31
HSL 313.69º 0.73% 0.4% -
HSV(B) 313.69º 0.84% 0.69% -
XYZ 23.5 12.16 27.1 -
YUV 85.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 177 28 143 0 0.84 0.19 0.31 313.69 0.73 0.4
Hex B1 1C 8F 0 54 13 1F 13A 49 28
Octal 261 34 217 0 124 23 37 472 111 50
Binary 10110001 11100 10001111 0 1010100 10011 11111 100111010 1001001 101000

Color Harmonies of #B11C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C8F

Black with #B11C8F

Text Example


Text Example

White with #B11C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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