#B21299

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

Shades of Medium Violet Red #B21299

Tints of Medium Violet Red #B21299

Color information

#B21299 (or 0xB21299) is unknown color: approx Medium Violet Red. HEX triplet: B2, 12 and 99. RGB value is (178,18,153). Sum of RGB (Red+Green+Blue) = 178+18+153=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B21299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21299 is #4DED66. Grayscale: #505050. Windows color (decimal): -5107047 or 10031794. OLE color: 10031794.

HSL color Cylindrical-coordinate representation of color #B21299: hue angle of 309.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21299 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17818153-
CMYK00.900.140.30
HSL309.38º81.63%38.43%-
HSV(B)309.38º89.89%69.8%-
XYZ24.3312.231.21-
YUV81.23168.51197.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 18 (7.42% from 255) = 5.16%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=51.00%
G=5.16%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781815300.900.140.30309.3881.6338.43
HexB2129905AE1E1355226
Octal262222310132163646512246
Binary101100101001010011001010110101110111101001101011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21299; }

 p { color: rgb(178,18,153); }

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

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

 a { background-color: rgb(178,18,153); }

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

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

 span { border-color: rgb(178,18,153); }

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