#b21ea5

Color #B21EA5 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B21EA5

Tints of Medium Violet Red #B21EA5

Color information

#B21EA5 (or 0xB21EA5) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1E and A5. RGB value is (178,30,165). Sum of RGB (Red+Green+Blue) = 178+30+165=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA5 is #4DE15A. Grayscale: #595959. Windows color (decimal): -5103963 or 10821298. OLE color: 10821298.

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

Color convert

RGB17830165-
CMYK00.830.070.30
HSL305.27º71.15%40.78%-
HSV(B)305.27º83.15%69.8%-
XYZ25.6213.1136.78-
YUV89.64170.53191.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=47.72%
G=8.04%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783016500.830.070.30305.2771.1540.78
HexB21EA505371E1314729
Octal26236245012373646110751
Binary10110010111101010010101010011111111101001100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21ea5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21ea5; }

 p { color: rgb(178,30,165); }

 H1.HeaderClassName
 {
   color: #b21ea5;
 }
 .AnyTagClassName
 {
   color: #b21ea5;
 }
</style>
background-color css

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

 a { background-color: rgb(178,30,165); }

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

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

 span { border-color: rgb(178,30,165); }

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