Html Css Color HEX #B21CAA Medium Violet Red

📋 copy color: '#B21CAA'

red 178 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #B21CAA

Tints of Medium Violet Red #B21CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 47.34%
G = 7.45%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B21CAA (or 0xB21CAA) is known color: Medium Violet Red. HEX triplet: B2, 1C and AA. RGB value is (178,28,170). Sum of RGB (Red+Green+Blue) = 178+28+170=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CAA is #4DE355. Grayscale: #585858. Windows color (decimal): -5104470 or 11148466. OLE color: 11148466.

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

Color convert

RGB 178 28 170 -
CMYK 0 0.84 0.04 0.30
HSL 303.2º 0.73% 0.4% -
HSV(B) 303.2º 0.84% 0.7% -
XYZ 26.03 13.2 39.21 -
YUV 89.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 178 28 170 0 0.84 0.04 0.30 303.2 0.73 0.4
Hex B2 1C AA 0 54 4 1E 12F 49 28
Octal 262 34 252 0 124 4 36 457 111 50
Binary 10110010 11100 10101010 0 1010100 100 11110 100101111 1001001 101000

Color Harmonies of #B21CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CAA

Black with #B21CAA

Text Example


Text Example

White with #B21CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CAA; }

 p { color: rgb(178,28,170); }

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

background-color css

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

 a { background-color: rgb(178,28,170); }

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

border-color css

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

 span { border-color: rgb(178,28,170); }

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