#B21D9E

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

Shades of Medium Violet Red #B21D9E

Tints of Medium Violet Red #B21D9E

Color information

#B21D9E (or 0xB21D9E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1D and 9E. RGB value is (178,29,158). Sum of RGB (Red+Green+Blue) = 178+29+158=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D9E is #4DE261. Grayscale: #575757. Windows color (decimal): -5104226 or 10362290. OLE color: 10362290.

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

Color convert

RGB17829158-
CMYK00.840.110.30
HSL308.05º71.98%40.59%-
HSV(B)308.05º83.71%69.8%-
XYZ24.9712.8133.5-
YUV88.26167.36192.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 29 (11.72% from 255) = 7.95%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=48.77%
G=7.95%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782915800.840.110.30308.0571.9840.59
HexB21D9E054B1E1344829
Octal262352360124133646411051
Binary101100101110110011110010101001011111101001101001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D9E; }

 p { color: rgb(178,29,158); }

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

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

 a { background-color: rgb(178,29,158); }

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

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

 span { border-color: rgb(178,29,158); }

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