#B22772

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

Shades of Medium Red Violet #B22772

Tints of Medium Red Violet #B22772

Color information

#B22772 (or 0xB22772) is unknown color: approx Medium Red Violet. HEX triplet: B2, 27 and 72. RGB value is (178,39,114). Sum of RGB (Red+Green+Blue) = 178+39+114=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B22772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22772 is #4DD88D. Grayscale: #585858. Windows color (decimal): -5101710 or 7481266. OLE color: 7481266.

HSL color Cylindrical-coordinate representation of color #B22772: hue angle of 327.63º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22772 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17839114-
CMYK00.780.360.30
HSL327.63º64.06%42.55%-
HSV(B)327.63º78.09%69.8%-
XYZ22.1212.1317.1-
YUV89.11142.05191.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 39 (15.62% from 255) = 11.78%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=53.78%
G=11.78%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783911400.780.360.30327.6364.0642.55
HexB2277204E241E148402b
Octal262471620116443651010053
Binary10110010100111111001001001110100100111101010010001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22772; }

 p { color: rgb(178,39,114); }

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

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

 a { background-color: rgb(178,39,114); }

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

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

 span { border-color: rgb(178,39,114); }

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