Html Css Color HEX #B21DAA Medium Violet Red

📋 copy color: '#B21DAA'

red 178 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #B21DAA

Tints of Medium Violet Red #B21DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.69%

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

R = 47.21%
G = 7.69%
B = 45.09%

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

#B21DAA (or 0xB21DAA) is known color: Medium Violet Red. HEX triplet: B2, 1D and AA. RGB value is (178,29,170). Sum of RGB (Red+Green+Blue) = 178+29+170=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B21DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21DAA is #4DE255. Grayscale: #595959. Windows color (decimal): -5104214 or 11148722. OLE color: 11148722.

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

Color convert

RGB 178 29 170 -
CMYK 0 0.84 0.04 0.30
HSL 303.22º 0.72% 0.41% -
HSV(B) 303.22º 0.84% 0.7% -
XYZ 26.06 13.25 39.21 -
YUV 89.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 178 29 170 0 0.84 0.04 0.30 303.22 0.72 0.41
Hex B2 1D AA 0 54 4 1E 12F 48 29
Octal 262 35 252 0 124 4 36 457 110 51
Binary 10110010 11101 10101010 0 1010100 100 11110 100101111 1001000 101001

Color Harmonies of #B21DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DAA

Black with #B21DAA

Text Example


Text Example

White with #B21DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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