#B21E8D

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

Shades of Medium Violet Red #B21E8D

Tints of Medium Violet Red #B21E8D

Color information

#B21E8D (or 0xB21E8D) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1E and 8D. RGB value is (178,30,141). Sum of RGB (Red+Green+Blue) = 178+30+141=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E8D is #4DE172. Grayscale: #565656. Windows color (decimal): -5103987 or 9248434. OLE color: 9248434.

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

Color convert

RGB17830141-
CMYK00.830.210.30
HSL315º71.15%40.78%-
HSV(B)315º83.15%69.8%-
XYZ23.6312.3226.33-
YUV86.91158.53192.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=51.00%
G=8.60%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783014100.830.210.3031571.1540.78
HexB21E8D053151E13b4729
Octal262362150123253647310751
Binary1011001011110100011010101001110101111101001110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E8D; }

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

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

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

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

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

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

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

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