#B21990

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

Shades of Medium Violet Red #B21990

Tints of Medium Violet Red #B21990

Color information

#B21990 (or 0xB21990) is unknown color: approx Medium Violet Red. HEX triplet: B2, 19 and 90. RGB value is (178,25,144). Sum of RGB (Red+Green+Blue) = 178+25+144=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B21990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21990 is #4DE66F. Grayscale: #535353. Windows color (decimal): -5105264 or 9443762. OLE color: 9443762.

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

Color convert

RGB17825144-
CMYK00.860.190.30
HSL313.33º75.37%39.8%-
HSV(B)313.33º85.96%69.8%-
XYZ23.7412.1727.48-
YUV84.31161.69194.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 25 (10.16% from 255) = 7.20%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=51.30%
G=7.20%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782514400.860.190.30313.3375.3739.8
HexB21990056131E1394b28
Octal262312200126233647111350
Binary1011001011001100100000101011010011111101001110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21990; }

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

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

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

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

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

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

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

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