#B21B99

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

Shades of Medium Violet Red #B21B99

Tints of Medium Violet Red #B21B99

Color information

#B21B99 (or 0xB21B99) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1B and 99. RGB value is (178,27,153). Sum of RGB (Red+Green+Blue) = 178+27+153=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B99 is #4DE466. Grayscale: #565656. Windows color (decimal): -5104743 or 10034098. OLE color: 10034098.

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

Color convert

RGB17827153-
CMYK00.850.140.30
HSL309.93º73.66%40.2%-
HSV(B)309.93º84.83%69.8%-
XYZ24.512.5531.27-
YUV86.51165.53193.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 27 (10.94% from 255) = 7.54%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=49.72%
G=7.54%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782715300.850.140.30309.9373.6640.2
HexB21B99055E1E1364a28
Octal262332310125163646611250
Binary101100101101110011001010101011110111101001101101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B99; }

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

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

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

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

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

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

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

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