#B21EA3

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

Shades of Medium Violet Red #B21EA3

Tints of Medium Violet Red #B21EA3

Color information

#B21EA3 (or 0xB21EA3) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1E and A3. RGB value is (178,30,163). Sum of RGB (Red+Green+Blue) = 178+30+163=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA3 is #4DE15C. Grayscale: #595959. Windows color (decimal): -5103965 or 10690226. OLE color: 10690226.

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

Color convert

RGB17830163-
CMYK00.830.080.30
HSL306.08º71.15%40.78%-
HSV(B)306.08º83.15%69.8%-
XYZ25.4413.0435.83-
YUV89.41169.53191.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 163 (64.06% from 255) = 43.94%
R=47.98%
G=8.09%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783016300.830.080.30306.0871.1540.78
HexB21EA305381E1324729
Octal262362430123103646210751
Binary101100101111010100011010100111000111101001100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21EA3; }

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

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

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

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

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

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

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

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