#B21E92

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

Shades of Medium Violet Red #B21E92

Tints of Medium Violet Red #B21E92

Color information

#B21E92 (or 0xB21E92) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1E and 92. RGB value is (178,30,146). Sum of RGB (Red+Green+Blue) = 178+30+146=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E92 is #4DE16D. Grayscale: #575757. Windows color (decimal): -5103982 or 9576114. OLE color: 9576114.

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

Color convert

RGB17830146-
CMYK00.830.180.30
HSL312.97º71.15%40.78%-
HSV(B)312.97º83.15%69.8%-
XYZ24.0112.4728.34-
YUV87.48161.03192.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 30 (12.11% from 255) = 8.47%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=50.28%
G=8.47%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783014600.830.180.30312.9771.1540.78
HexB21E92053121E1394729
Octal262362220123223647110751
Binary1011001011110100100100101001110010111101001110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E92; }

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

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

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

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

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

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

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

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