Html Css Color HEX #B21BAA Medium Violet Red

📋 copy color: '#B21BAA'

red 178 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #B21BAA

Tints of Medium Violet Red #B21BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

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

R = 47.47%
G = 7.2%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B21BAA (or 0xB21BAA) is known color: Medium Violet Red. HEX triplet: B2, 1B and AA. RGB value is (178,27,170). Sum of RGB (Red+Green+Blue) = 178+27+170=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B21BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21BAA is #4DE455. Grayscale: #585858. Windows color (decimal): -5104726 or 11148210. OLE color: 11148210.

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

Color convert

RGB 178 27 170 -
CMYK 0 0.85 0.04 0.30
HSL 303.18º 0.74% 0.4% -
HSV(B) 303.18º 0.85% 0.7% -
XYZ 26.01 13.15 39.2 -
YUV 88.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 178 27 170 0 0.85 0.04 0.30 303.18 0.74 0.4
Hex B2 1B AA 0 55 4 1E 12F 4A 28
Octal 262 33 252 0 125 4 36 457 112 50
Binary 10110010 11011 10101010 0 1010101 100 11110 100101111 1001010 101000

Color Harmonies of #B21BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BAA

Black with #B21BAA

Text Example


Text Example

White with #B21BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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