Html Css Color HEX #B21EA2 Medium Violet Red

📋 copy color: '#B21EA2'

red 178 ◦ green 30 ◦ blue 162

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

Shades of Medium Violet Red #B21EA2

Tints of Medium Violet Red #B21EA2

RGB

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

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

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

R = 48.11%
G = 8.11%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B21EA2 (or 0xB21EA2) is known color: Medium Violet Red. HEX triplet: B2, 1E and A2. RGB value is (178,30,162). Sum of RGB (Red+Green+Blue) = 178+30+162=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA2 is #4DE15D. Grayscale: #585858. Windows color (decimal): -5103966 or 10624690. OLE color: 10624690.

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

Color convert

RGB 178 30 162 -
CMYK 0 0.83 0.09 0.30
HSL 306.49º 0.71% 0.41% -
HSV(B) 306.49º 0.83% 0.7% -
XYZ 25.35 13 35.36 -
YUV 89.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 178 30 162 0 0.83 0.09 0.30 306.49 0.71 0.41
Hex B2 1E A2 0 53 9 1E 132 47 29
Octal 262 36 242 0 123 11 36 462 107 51
Binary 10110010 11110 10100010 0 1010011 1001 11110 100110010 1000111 101001

Color Harmonies of #B21EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EA2

Black with #B21EA2

Text Example


Text Example

White with #B21EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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