Html Css Color HEX #B11E8F Medium Violet Red

📋 copy color: '#B11E8F'

red 177 ◦ green 30 ◦ blue 143

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

Shades of Medium Violet Red #B11E8F

Tints of Medium Violet Red #B11E8F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.57%

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

R = 50.57%
G = 8.57%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B11E8F (or 0xB11E8F) is known color: Medium Violet Red. HEX triplet: B1, 1E and 8F. RGB value is (177,30,143). Sum of RGB (Red+Green+Blue) = 177+30+143=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11E8F is #4EE170. Grayscale: #565656. Windows color (decimal): -5169521 or 9379505. OLE color: 9379505.

HSL color Cylindrical-coordinate representation of color #B11E8F: hue angle of 313.88º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E8F is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 30 143 -
CMYK 0 0.83 0.19 0.31
HSL 313.88º 0.71% 0.41% -
HSV(B) 313.88º 0.83% 0.69% -
XYZ 23.55 12.26 27.11 -
YUV 86.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 177 30 143 0 0.83 0.19 0.31 313.88 0.71 0.41
Hex B1 1E 8F 0 53 13 1F 13A 47 29
Octal 261 36 217 0 123 23 37 472 107 51
Binary 10110001 11110 10001111 0 1010011 10011 11111 100111010 1000111 101001

Color Harmonies of #B11E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11E8F

Black with #B11E8F

Text Example


Text Example

White with #B11E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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