#B21E95

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

Shades of Medium Violet Red #B21E95

Tints of Medium Violet Red #B21E95

Color information

#B21E95 (or 0xB21E95) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1E and 95. RGB value is (178,30,149). Sum of RGB (Red+Green+Blue) = 178+30+149=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E95 is #4DE16A. Grayscale: #575757. Windows color (decimal): -5103979 or 9772722. OLE color: 9772722.

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

Color convert

RGB17830149-
CMYK00.830.160.30
HSL311.76º71.15%40.78%-
HSV(B)311.76º83.15%69.8%-
XYZ24.2512.5629.58-
YUV87.82162.53192.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 30 (12.11% from 255) = 8.40%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=49.86%
G=8.40%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783014900.830.160.30311.7671.1540.78
HexB21E95053101E1384729
Octal262362250123203647010751
Binary1011001011110100101010101001110000111101001110001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E95; }

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

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

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

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

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

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

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

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