#b21690

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

Shades of Medium Violet Red #B21690

Tints of Medium Violet Red #B21690

Color information

#B21690 (or 0xB21690) is unknown color: approx Medium Violet Red. HEX triplet: B2, 16 and 90. RGB value is (178,22,144). Sum of RGB (Red+Green+Blue) = 178+22+144=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B21690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21690 is #4DE96F. Grayscale: #525252. Windows color (decimal): -5106032 or 9442994. OLE color: 9442994.

HSL color Cylindrical-coordinate representation of color #B21690: hue angle of 313.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21690 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17822144-
CMYK00.880.190.30
HSL313.08º78%39.22%-
HSV(B)313.08º87.64%69.8%-
XYZ23.6812.0527.46-
YUV82.55162.68196.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 22 (8.98% from 255) = 6.40%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=51.74%
G=6.40%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782214400.880.190.30313.087839.22
HexB21690058131E1394e27
Octal262262200130233647111647
Binary1011001010110100100000101100010011111101001110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21690; }

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

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

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

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

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

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

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

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