Html Css Color HEX #B11FA3 Medium Violet Red

📋 copy color: '#B11FA3'

red 177 ◦ green 31 ◦ blue 163

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

Shades of Medium Violet Red #B11FA3

Tints of Medium Violet Red #B11FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.36%

 BLUE value IS 163 (64.06% from 255) = 43.94%

R = 47.71%
G = 8.36%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B11FA3 (or 0xB11FA3) is known color: Medium Violet Red. HEX triplet: B1, 1F and A3. RGB value is (177,31,163). Sum of RGB (Red+Green+Blue) = 177+31+163=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FA3 is #4EE05C. Grayscale: #595959. Windows color (decimal): -5169245 or 10690481. OLE color: 10690481.

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

Color convert

RGB 177 31 163 -
CMYK 0 0.82 0.08 0.31
HSL 305.75º 0.7% 0.41% -
HSV(B) 305.75º 0.82% 0.69% -
XYZ 25.23 12.97 35.82 -
YUV 89.7 169.37 190.27 -
System Red Green Blue C M Y K H S L
Decimal 177 31 163 0 0.82 0.08 0.31 305.75 0.7 0.41
Hex B1 1F A3 0 52 8 1F 132 46 29
Octal 261 37 243 0 122 10 37 462 106 51
Binary 10110001 11111 10100011 0 1010010 1000 11111 100110010 1000110 101001

Color Harmonies of #B11FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FA3

Black with #B11FA3

Text Example


Text Example

White with #B11FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FA3; }

 p { color: rgb(177,31,163); }

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

background-color css

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

 a { background-color: rgb(177,31,163); }

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

border-color css

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

 span { border-color: rgb(177,31,163); }

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