Html Css Color HEX #B11EA8 Medium Violet Red

📋 copy color: '#B11EA8'

red 177 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #B11EA8

Tints of Medium Violet Red #B11EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 47.2%
G = 8%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B11EA8 (or 0xB11EA8) is known color: Medium Violet Red. HEX triplet: B1, 1E and A8. RGB value is (177,30,168). Sum of RGB (Red+Green+Blue) = 177+30+168=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B11EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11EA8 is #4EE157. Grayscale: #595959. Windows color (decimal): -5169496 or 11017905. OLE color: 11017905.

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

Color convert

RGB 177 30 168 -
CMYK 0 0.83 0.05 0.31
HSL 303.67º 0.71% 0.41% -
HSV(B) 303.67º 0.83% 0.69% -
XYZ 25.66 13.1 38.22 -
YUV 89.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 177 30 168 0 0.83 0.05 0.31 303.67 0.71 0.41
Hex B1 1E A8 0 53 5 1F 130 47 29
Octal 261 36 250 0 123 5 37 460 107 51
Binary 10110001 11110 10101000 0 1010011 101 11111 100110000 1000111 101001

Color Harmonies of #B11EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EA8

Black with #B11EA8

Text Example


Text Example

White with #B11EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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