Html Css Color HEX #B211A4 Medium Violet Red

📋 copy color: '#B211A4'

red 178 ◦ green 17 ◦ blue 164

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

Shades of Medium Violet Red #B211A4

Tints of Medium Violet Red #B211A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 49.58%
G = 4.74%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B211A4 (or 0xB211A4) is known color: Medium Violet Red. HEX triplet: B2, 11 and A4. RGB value is (178,17,164). Sum of RGB (Red+Green+Blue) = 178+17+164=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B211A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211A4 is #4DEE5B. Grayscale: #515151. Windows color (decimal): -5107292 or 10752434. OLE color: 10752434.

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

Color convert

RGB 178 17 164 -
CMYK 0 0.90 0.08 0.30
HSL 305.22º 0.83% 0.38% -
HSV(B) 305.22º 0.9% 0.7% -
XYZ 25.26 12.55 36.21 -
YUV 81.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 178 17 164 0 0.90 0.08 0.30 305.22 0.83 0.38
Hex B2 11 A4 0 5A 8 1E 131 53 26
Octal 262 21 244 0 132 10 36 461 123 46
Binary 10110010 10001 10100100 0 1011010 1000 11110 100110001 1010011 100110

Color Harmonies of #B211A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211A4

Black with #B211A4

Text Example


Text Example

White with #B211A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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