Html Css Color HEX #B21AA3 Medium Violet Red

📋 copy color: '#B21AA3'

red 178 ◦ green 26 ◦ blue 163

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

Shades of Medium Violet Red #B21AA3

Tints of Medium Violet Red #B21AA3

RGB

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

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

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

R = 48.5%
G = 7.08%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B21AA3 (or 0xB21AA3) is known color: Medium Violet Red. HEX triplet: B2, 1A and A3. RGB value is (178,26,163). Sum of RGB (Red+Green+Blue) = 178+26+163=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AA3 is #4DE55C. Grayscale: #565656. Windows color (decimal): -5104989 or 10689202. OLE color: 10689202.

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

Color convert

RGB 178 26 163 -
CMYK 0 0.85 0.08 0.30
HSL 305.92º 0.75% 0.4% -
HSV(B) 305.92º 0.85% 0.7% -
XYZ 25.34 12.85 35.79 -
YUV 87.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 178 26 163 0 0.85 0.08 0.30 305.92 0.75 0.4
Hex B2 1A A3 0 55 8 1E 132 4B 28
Octal 262 32 243 0 125 10 36 462 113 50
Binary 10110010 11010 10100011 0 1010101 1000 11110 100110010 1001011 101000

Color Harmonies of #B21AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21AA3

Black with #B21AA3

Text Example


Text Example

White with #B21AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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