Html Css Color HEX #B11AA3 Medium Violet Red

📋 copy color: '#B11AA3'

red 177 ◦ green 26 ◦ blue 163

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

Shades of Medium Violet Red #B11AA3

Tints of Medium Violet Red #B11AA3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.1%

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

R = 48.36%
G = 7.1%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B11AA3 (or 0xB11AA3) is known color: Medium Violet Red. HEX triplet: B1, 1A and A3. RGB value is (177,26,163). Sum of RGB (Red+Green+Blue) = 177+26+163=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B11AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11AA3 is #4EE55C. Grayscale: #565656. Windows color (decimal): -5170525 or 10689201. OLE color: 10689201.

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

Color convert

RGB 177 26 163 -
CMYK 0 0.85 0.08 0.31
HSL 305.56º 0.74% 0.4% -
HSV(B) 305.56º 0.85% 0.69% -
XYZ 25.11 12.73 35.78 -
YUV 86.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 177 26 163 0 0.85 0.08 0.31 305.56 0.74 0.4
Hex B1 1A A3 0 55 8 1F 132 4A 28
Octal 261 32 243 0 125 10 37 462 112 50
Binary 10110001 11010 10100011 0 1010101 1000 11111 100110010 1001010 101000

Color Harmonies of #B11AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AA3

Black with #B11AA3

Text Example


Text Example

White with #B11AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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