#b21982

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

Shades of Medium Violet Red #B21982

Tints of Medium Violet Red #B21982

Color information

#B21982 (or 0xB21982) is unknown color: approx Medium Violet Red. HEX triplet: B2, 19 and 82. RGB value is (178,25,130). Sum of RGB (Red+Green+Blue) = 178+25+130=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B21982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21982 is #4DE67D. Grayscale: #525252. Windows color (decimal): -5105278 or 8526258. OLE color: 8526258.

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

Color convert

RGB17825130-
CMYK00.860.270.30
HSL318.82º75.37%39.8%-
HSV(B)318.82º85.96%69.8%-
XYZ22.7411.7722.19-
YUV82.72154.69195.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=53.45%
G=7.51%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782513000.860.270.30318.8275.3739.8
HexB219820561B1E13f4b28
Octal262312020126333647711350
Binary1011001011001100000100101011011011111101001111111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21982; }

 p { color: rgb(178,25,130); }

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

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

 a { background-color: rgb(178,25,130); }

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

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

 span { border-color: rgb(178,25,130); }

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