Html Css Color HEX #B21AA7 Medium Violet Red

📋 copy color: '#B21AA7'

red 178 ◦ green 26 ◦ blue 167

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

Shades of Medium Violet Red #B21AA7

Tints of Medium Violet Red #B21AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.01%

R = 47.98%
G = 7.01%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B21AA7 (or 0xB21AA7) is known color: Medium Violet Red. HEX triplet: B2, 1A and A7. RGB value is (178,26,167). Sum of RGB (Red+Green+Blue) = 178+26+167=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AA7 is #4DE558. Grayscale: #575757. Windows color (decimal): -5104985 or 10951346. OLE color: 10951346.

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

Color convert

RGB 178 26 167 -
CMYK 0 0.85 0.06 0.30
HSL 304.34º 0.75% 0.4% -
HSV(B) 304.34º 0.85% 0.7% -
XYZ 25.7 12.99 37.71 -
YUV 87.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 178 26 167 0 0.85 0.06 0.30 304.34 0.75 0.4
Hex B2 1A A7 0 55 6 1E 130 4B 28
Octal 262 32 247 0 125 6 36 460 113 50
Binary 10110010 11010 10100111 0 1010101 110 11110 100110000 1001011 101000

Color Harmonies of #B21AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21AA7

Black with #B21AA7

Text Example


Text Example

White with #B21AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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