#B21EA6

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

Shades of Medium Violet Red #B21EA6

Tints of Medium Violet Red #B21EA6

Color information

#B21EA6 (or 0xB21EA6) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1E and A6. RGB value is (178,30,166). Sum of RGB (Red+Green+Blue) = 178+30+166=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA6 is #4DE159. Grayscale: #595959. Windows color (decimal): -5103962 or 10886834. OLE color: 10886834.

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

Color convert

RGB17830166-
CMYK00.830.070.30
HSL304.86º71.15%40.78%-
HSV(B)304.86º83.15%69.8%-
XYZ25.7113.1537.26-
YUV89.76171.03190.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 166 (65.23% from 255) = 44.39%
R=47.59%
G=8.02%
B=44.39%

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
Decimal1783016600.830.070.30304.8671.1540.78
HexB21EA605371E1314729
Octal26236246012373646110751
Binary10110010111101010011001010011111111101001100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21EA6; }

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

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

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

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

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

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

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

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