Html Css Color HEX #B21C80 Medium Violet Red

📋 copy color: '#B21C80'

red 178 ◦ green 28 ◦ blue 128

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

Shades of Medium Violet Red #B21C80

Tints of Medium Violet Red #B21C80

RGB

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

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

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

R = 53.29%
G = 8.38%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B21C80 (or 0xB21C80) is known color: Medium Violet Red. HEX triplet: B2, 1C and 80. RGB value is (178,28,128). Sum of RGB (Red+Green+Blue) = 178+28+128=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C80 is #4DE37F. Grayscale: #545454. Windows color (decimal): -5104512 or 8395954. OLE color: 8395954.

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

Color convert

RGB 178 28 128 -
CMYK 0 0.84 0.28 0.30
HSL 320º 0.73% 0.4% -
HSV(B) 320º 0.84% 0.7% -
XYZ 22.67 11.85 21.52 -
YUV 84.25 152.7 194.87 -
System Red Green Blue C M Y K H S L
Decimal 178 28 128 0 0.84 0.28 0.30 320 0.73 0.4
Hex B2 1C 80 0 54 1C 1E 140 49 28
Octal 262 34 200 0 124 34 36 500 111 50
Binary 10110010 11100 10000000 0 1010100 11100 11110 101000000 1001001 101000

Color Harmonies of #B21C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C80

Black with #B21C80

Text Example


Text Example

White with #B21C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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