Html Css Color HEX #B21AA2 Medium Violet Red

📋 copy color: '#B21AA2'

red 178 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #B21AA2

Tints of Medium Violet Red #B21AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.1%

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

R = 48.63%
G = 7.1%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B21AA2 (or 0xB21AA2) is known color: Medium Violet Red. HEX triplet: B2, 1A and A2. RGB value is (178,26,162). Sum of RGB (Red+Green+Blue) = 178+26+162=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AA2 is #4DE55D. Grayscale: #565656. Windows color (decimal): -5104990 or 10623666. OLE color: 10623666.

HSL color Cylindrical-coordinate representation of color #B21AA2: hue angle of 306.32º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21AA2 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 162 -
CMYK 0 0.85 0.09 0.30
HSL 306.32º 0.75% 0.4% -
HSV(B) 306.32º 0.85% 0.7% -
XYZ 25.25 12.81 35.32 -
YUV 86.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 178 26 162 0 0.85 0.09 0.30 306.32 0.75 0.4
Hex B2 1A A2 0 55 9 1E 132 4B 28
Octal 262 32 242 0 125 11 36 462 113 50
Binary 10110010 11010 10100010 0 1010101 1001 11110 100110010 1001011 101000

Color Harmonies of #B21AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21AA2

Black with #B21AA2

Text Example


Text Example

White with #B21AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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