#B21B9E

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

Shades of Medium Violet Red #B21B9E

Tints of Medium Violet Red #B21B9E

Color information

#B21B9E (or 0xB21B9E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1B and 9E. RGB value is (178,27,158). Sum of RGB (Red+Green+Blue) = 178+27+158=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B9E is #4DE461. Grayscale: #565656. Windows color (decimal): -5104738 or 10361778. OLE color: 10361778.

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

Color convert

RGB17827158-
CMYK00.850.110.30
HSL307.95º73.66%40.2%-
HSV(B)307.95º84.83%69.8%-
XYZ24.9212.7233.49-
YUV87.08168.03192.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 27 (10.94% from 255) = 7.44%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=49.04%
G=7.44%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782715800.850.110.30307.9573.6640.2
HexB21B9E055B1E1344a28
Octal262332360125133646411250
Binary101100101101110011110010101011011111101001101001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B9E; }

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

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

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

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

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

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

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

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