#b21c92

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

Shades of Medium Violet Red #B21C92

Tints of Medium Violet Red #B21C92

Color information

#B21C92 (or 0xB21C92) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1C and 92. RGB value is (178,28,146). Sum of RGB (Red+Green+Blue) = 178+28+146=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C92 is #4DE36D. Grayscale: #555555. Windows color (decimal): -5104494 or 9575602. OLE color: 9575602.

HSL color Cylindrical-coordinate representation of color #B21C92: hue angle of 312.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C92 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17828146-
CMYK00.840.180.30
HSL312.8º72.82%40.39%-
HSV(B)312.8º84.27%69.8%-
XYZ23.9612.3728.32-
YUV86.3161.7193.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 28 (11.33% from 255) = 7.95%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=50.57%
G=7.95%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782814600.840.180.30312.872.8240.39
HexB21C92054121E1394928
Octal262342220124223647111150
Binary1011001011100100100100101010010010111101001110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21c92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21c92; }

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

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

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

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

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

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

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

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