Html Css Color HEX #B011A0 Medium Violet Red

📋 copy color: '#B011A0'

red 176 ◦ green 17 ◦ blue 160

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

Shades of Medium Violet Red #B011A0

Tints of Medium Violet Red #B011A0

RGB

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

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

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

R = 49.86%
G = 4.82%
B = 45.33%

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

#B011A0 (or 0xB011A0) is known color: Medium Violet Red. HEX triplet: B0, 11 and A0. RGB value is (176,17,160). Sum of RGB (Red+Green+Blue) = 176+17+160=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B011A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011A0 is #4FEE5F. Grayscale: #505050. Windows color (decimal): -5238368 or 10490288. OLE color: 10490288.

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

Color convert

RGB 176 17 160 -
CMYK 0 0.90 0.09 0.31
HSL 306.04º 0.82% 0.38% -
HSV(B) 306.04º 0.9% 0.69% -
XYZ 24.45 12.17 34.32 -
YUV 80.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 176 17 160 0 0.90 0.09 0.31 306.04 0.82 0.38
Hex B0 11 A0 0 5A 9 1F 132 52 26
Octal 260 21 240 0 132 11 37 462 122 46
Binary 10110000 10001 10100000 0 1011010 1001 11111 100110010 1010010 100110

Color Harmonies of #B011A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011A0

Black with #B011A0

Text Example


Text Example

White with #B011A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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