Html Css Color HEX #B21A80 Medium Violet Red

📋 copy color: '#B21A80'

red 178 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #B21A80

Tints of Medium Violet Red #B21A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 53.61%
G = 7.83%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B21A80 (or 0xB21A80) is known color: Medium Violet Red. HEX triplet: B2, 1A and 80. RGB value is (178,26,128). Sum of RGB (Red+Green+Blue) = 178+26+128=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A80 is #4DE57F. Grayscale: #525252. Windows color (decimal): -5105024 or 8395442. OLE color: 8395442.

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

Color convert

RGB 178 26 128 -
CMYK 0 0.85 0.28 0.30
HSL 319.74º 0.75% 0.4% -
HSV(B) 319.74º 0.85% 0.7% -
XYZ 22.63 11.76 21.5 -
YUV 83.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 178 26 128 0 0.85 0.28 0.30 319.74 0.75 0.4
Hex B2 1A 80 0 55 1C 1E 140 4B 28
Octal 262 32 200 0 125 34 36 500 113 50
Binary 10110010 11010 10000000 0 1010101 11100 11110 101000000 1001011 101000

Color Harmonies of #B21A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A80

Black with #B21A80

Text Example


Text Example

White with #B21A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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