#B21776

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

Shades of Medium Violet Red #B21776

Tints of Medium Violet Red #B21776

Color information

#B21776 (or 0xB21776) is unknown color: approx Medium Violet Red. HEX triplet: B2, 17 and 76. RGB value is (178,23,118). Sum of RGB (Red+Green+Blue) = 178+23+118=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B21776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21776 is #4DE889. Grayscale: #4F4F4F. Windows color (decimal): -5105802 or 7739314. OLE color: 7739314.

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

Color convert

RGB17823118-
CMYK00.870.340.30
HSL323.23º77.11%39.41%-
HSV(B)323.23º87.08%69.8%-
XYZ21.9411.3918.18-
YUV80.18149.35197.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 23 (9.38% from 255) = 7.21%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=55.80%
G=7.21%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782311800.870.340.30323.2377.1139.41
HexB21776057221E1434d27
Octal262271660127423650311547
Binary1011001010111111011001010111100010111101010000111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21776; }

 p { color: rgb(178,23,118); }

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

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

 a { background-color: rgb(178,23,118); }

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

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

 span { border-color: rgb(178,23,118); }

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