#B21F99

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

Shades of Medium Violet Red #B21F99

Tints of Medium Violet Red #B21F99

Color information

#B21F99 (or 0xB21F99) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1F and 99. RGB value is (178,31,153). Sum of RGB (Red+Green+Blue) = 178+31+153=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21F99 is #4DE066. Grayscale: #585858. Windows color (decimal): -5103719 or 10035122. OLE color: 10035122.

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

Color convert

RGB17831153-
CMYK00.830.140.30
HSL310.2º70.33%40.98%-
HSV(B)310.2º82.58%69.8%-
XYZ24.612.7431.3-
YUV88.86164.2191.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 31 (12.5% from 255) = 8.56%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=49.17%
G=8.56%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783115300.830.140.30310.270.3340.98
HexB21F99053E1E1364629
Octal262372310123163646610651
Binary101100101111110011001010100111110111101001101101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21F99; }

 p { color: rgb(178,31,153); }

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

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

 a { background-color: rgb(178,31,153); }

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

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

 span { border-color: rgb(178,31,153); }

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