Html Css Color HEX #B111A0 Medium Violet Red

📋 copy color: '#B111A0'

red 177 ◦ green 17 ◦ blue 160

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

Shades of Medium Violet Red #B111A0

Tints of Medium Violet Red #B111A0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 50%
G = 4.8%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B111A0 (or 0xB111A0) is known color: Medium Violet Red. HEX triplet: B1, 11 and A0. RGB value is (177,17,160). Sum of RGB (Red+Green+Blue) = 177+17+160=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B111A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111A0 is #4EEE5F. Grayscale: #505050. Windows color (decimal): -5172832 or 10490289. OLE color: 10490289.

HSL color Cylindrical-coordinate representation of color #B111A0: hue angle of 306.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B111A0 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 160 -
CMYK 0 0.90 0.10 0.31
HSL 306.38º 0.82% 0.38% -
HSV(B) 306.38º 0.9% 0.69% -
XYZ 24.68 12.29 34.33 -
YUV 81.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 177 17 160 0 0.90 0.10 0.31 306.38 0.82 0.38
Hex B1 11 A0 0 5A A 1F 132 52 26
Octal 261 21 240 0 132 12 37 462 122 46
Binary 10110001 10001 10100000 0 1011010 1010 11111 100110010 1010010 100110

Color Harmonies of #B111A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111A0

Black with #B111A0

Text Example


Text Example

White with #B111A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111A0; }

 p { color: rgb(177,17,160); }

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

background-color css

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

 a { background-color: rgb(177,17,160); }

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

border-color css

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

 span { border-color: rgb(177,17,160); }

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