Html Css Color HEX #B011A1 Medium Violet Red

📋 copy color: '#B011A1'

red 176 ◦ green 17 ◦ blue 161

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

Shades of Medium Violet Red #B011A1

Tints of Medium Violet Red #B011A1

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

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

 BLUE value IS 161 (63.28% from 255) = 45.48%

R = 49.72%
G = 4.8%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B011A1 (or 0xB011A1) is known color: Medium Violet Red. HEX triplet: B0, 11 and A1. RGB value is (176,17,161). Sum of RGB (Red+Green+Blue) = 176+17+161=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B011A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011A1 is #4FEE5E. Grayscale: #505050. Windows color (decimal): -5238367 or 10555824. OLE color: 10555824.

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

Color convert

RGB 176 17 161 -
CMYK 0 0.90 0.09 0.31
HSL 305.66º 0.82% 0.38% -
HSV(B) 305.66º 0.9% 0.69% -
XYZ 24.54 12.2 34.78 -
YUV 80.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 176 17 161 0 0.90 0.09 0.31 305.66 0.82 0.38
Hex B0 11 A1 0 5A 9 1F 132 52 26
Octal 260 21 241 0 132 11 37 462 122 46
Binary 10110000 10001 10100001 0 1011010 1001 11111 100110010 1010010 100110

Color Harmonies of #B011A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011A1

Black with #B011A1

Text Example


Text Example

White with #B011A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011A1; }

 p { color: rgb(176,17,161); }

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

background-color css

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

 a { background-color: rgb(176,17,161); }

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

border-color css

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

 span { border-color: rgb(176,17,161); }

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