#B22776

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

Shades of Medium Red Violet #B22776

Tints of Medium Red Violet #B22776

Color information

#B22776 (or 0xB22776) is unknown color: approx Medium Red Violet. HEX triplet: B2, 27 and 76. RGB value is (178,39,118). Sum of RGB (Red+Green+Blue) = 178+39+118=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B22776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22776 is #4DD889. Grayscale: #595959. Windows color (decimal): -5101706 or 7743410. OLE color: 7743410.

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

Color convert

RGB17839118-
CMYK00.780.340.30
HSL325.9º64.06%42.55%-
HSV(B)325.9º78.09%69.8%-
XYZ22.3612.2218.32-
YUV89.57144.05191.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 39 (15.62% from 255) = 11.64%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=53.13%
G=11.64%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783911800.780.340.30325.964.0642.55
HexB2277604E221E146402b
Octal262471660116423650610053
Binary10110010100111111011001001110100010111101010001101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22776; }

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

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

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

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

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

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

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

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