Html Css Color HEX #B21EA4 Medium Violet Red

📋 copy color: '#B21EA4'

red 178 ◦ green 30 ◦ blue 164

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

Shades of Medium Violet Red #B21EA4

Tints of Medium Violet Red #B21EA4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

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

R = 47.85%
G = 8.06%
B = 44.09%

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

#B21EA4 (or 0xB21EA4) is known color: Medium Violet Red. HEX triplet: B2, 1E and A4. RGB value is (178,30,164). Sum of RGB (Red+Green+Blue) = 178+30+164=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA4 is #4DE15B. Grayscale: #595959. Windows color (decimal): -5103964 or 10755762. OLE color: 10755762.

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

Color convert

RGB 178 30 164 -
CMYK 0 0.83 0.08 0.30
HSL 305.68º 0.71% 0.41% -
HSV(B) 305.68º 0.83% 0.7% -
XYZ 25.53 13.07 36.3 -
YUV 89.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 178 30 164 0 0.83 0.08 0.30 305.68 0.71 0.41
Hex B2 1E A4 0 53 8 1E 132 47 29
Octal 262 36 244 0 123 10 36 462 107 51
Binary 10110010 11110 10100100 0 1010011 1000 11110 100110010 1000111 101001

Color Harmonies of #B21EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EA4

Black with #B21EA4

Text Example


Text Example

White with #B21EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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