#b21c77

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

Shades of Medium Violet Red #B21C77

Tints of Medium Violet Red #B21C77

Color information

#B21C77 (or 0xB21C77) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1C and 77. RGB value is (178,28,119). Sum of RGB (Red+Green+Blue) = 178+28+119=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C77 is #4DE388. Grayscale: #535353. Windows color (decimal): -5104521 or 7806130. OLE color: 7806130.

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

Color convert

RGB17828119-
CMYK00.840.330.30
HSL323.6º72.82%40.39%-
HSV(B)323.6º84.27%69.8%-
XYZ22.1111.6318.53-
YUV83.22148.2195.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=54.77%
G=8.62%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782811900.840.330.30323.672.8240.39
HexB21C77054211E1444928
Octal262341670124413650411150
Binary1011001011100111011101010100100001111101010001001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21c77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21c77; }

 p { color: rgb(178,28,119); }

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

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

 a { background-color: rgb(178,28,119); }

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

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

 span { border-color: rgb(178,28,119); }

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