Html Css Color HEX #B21FA3 Medium Violet Red

📋 copy color: '#B21FA3'

red 178 ◦ green 31 ◦ blue 163

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

Shades of Medium Violet Red #B21FA3

Tints of Medium Violet Red #B21FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

 BLUE value IS 163 (64.06% from 255) = 43.82%

R = 47.85%
G = 8.33%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B21FA3 (or 0xB21FA3) is known color: Medium Violet Red. HEX triplet: B2, 1F and A3. RGB value is (178,31,163). Sum of RGB (Red+Green+Blue) = 178+31+163=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B21FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21FA3 is #4DE05C. Grayscale: #595959. Windows color (decimal): -5103709 or 10690482. OLE color: 10690482.

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

Color convert

RGB 178 31 163 -
CMYK 0 0.83 0.08 0.30
HSL 306.12º 0.7% 0.41% -
HSV(B) 306.12º 0.83% 0.7% -
XYZ 25.46 13.09 35.83 -
YUV 90 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 178 31 163 0 0.83 0.08 0.30 306.12 0.7 0.41
Hex B2 1F A3 0 53 8 1E 132 46 29
Octal 262 37 243 0 123 10 36 462 106 51
Binary 10110010 11111 10100011 0 1010011 1000 11110 100110010 1000110 101001

Color Harmonies of #B21FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FA3

Black with #B21FA3

Text Example


Text Example

White with #B21FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FA3; }

 p { color: rgb(178,31,163); }

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

background-color css

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

 a { background-color: rgb(178,31,163); }

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

border-color css

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

 span { border-color: rgb(178,31,163); }

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