Html Css Color HEX #B211A2 Medium Violet Red

📋 copy color: '#B211A2'

red 178 ◦ green 17 ◦ blue 162

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

Shades of Medium Violet Red #B211A2

Tints of Medium Violet Red #B211A2

RGB

 RED value IS 178 (69.92% from 255) = 49.86%

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

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 49.86%
G = 4.76%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B211A2 (or 0xB211A2) is known color: Medium Violet Red. HEX triplet: B2, 11 and A2. RGB value is (178,17,162). Sum of RGB (Red+Green+Blue) = 178+17+162=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B211A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211A2 is #4DEE5D. Grayscale: #515151. Windows color (decimal): -5107294 or 10621362. OLE color: 10621362.

HSL color Cylindrical-coordinate representation of color #B211A2: hue angle of 305.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B211A2 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 162 -
CMYK 0 0.90 0.09 0.30
HSL 305.96º 0.83% 0.38% -
HSV(B) 305.96º 0.9% 0.7% -
XYZ 25.08 12.47 35.27 -
YUV 81.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 178 17 162 0 0.90 0.09 0.30 305.96 0.83 0.38
Hex B2 11 A2 0 5A 9 1E 132 53 26
Octal 262 21 242 0 132 11 36 462 123 46
Binary 10110010 10001 10100010 0 1011010 1001 11110 100110010 1010011 100110

Color Harmonies of #B211A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211A2

Black with #B211A2

Text Example


Text Example

White with #B211A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211A2; }

 p { color: rgb(178,17,162); }

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

background-color css

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

 a { background-color: rgb(178,17,162); }

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

border-color css

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

 span { border-color: rgb(178,17,162); }

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