Html Css Color HEX #B011A6 Medium Violet Red

📋 copy color: '#B011A6'

red 176 ◦ green 17 ◦ blue 166

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

Shades of Medium Violet Red #B011A6

Tints of Medium Violet Red #B011A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.24%

R = 49.03%
G = 4.74%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B011A6 (or 0xB011A6) is known color: Medium Violet Red. HEX triplet: B0, 11 and A6. RGB value is (176,17,166). Sum of RGB (Red+Green+Blue) = 176+17+166=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B011A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011A6 is #4FEE59. Grayscale: #515151. Windows color (decimal): -5238362 or 10883504. OLE color: 10883504.

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

Color convert

RGB 176 17 166 -
CMYK 0 0.90 0.06 0.31
HSL 303.77º 0.82% 0.38% -
HSV(B) 303.77º 0.9% 0.69% -
XYZ 24.99 12.38 37.15 -
YUV 81.53 175.68 195.38 -
System Red Green Blue C M Y K H S L
Decimal 176 17 166 0 0.90 0.06 0.31 303.77 0.82 0.38
Hex B0 11 A6 0 5A 6 1F 130 52 26
Octal 260 21 246 0 132 6 37 460 122 46
Binary 10110000 10001 10100110 0 1011010 110 11111 100110000 1010010 100110

Color Harmonies of #B011A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011A6

Black with #B011A6

Text Example


Text Example

White with #B011A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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