#B22273

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

Shades of Medium Red Violet #B22273

Tints of Medium Red Violet #B22273

Color information

#B22273 (or 0xB22273) is unknown color: approx Medium Red Violet. HEX triplet: B2, 22 and 73. RGB value is (178,34,115). Sum of RGB (Red+Green+Blue) = 178+34+115=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B22273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22273 is #4DDD8C. Grayscale: #565656. Windows color (decimal): -5102989 or 7545522. OLE color: 7545522.

HSL color Cylindrical-coordinate representation of color #B22273: hue angle of 326.25º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22273 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17834115-
CMYK00.810.350.30
HSL326.25º67.92%41.57%-
HSV(B)326.25º80.9%69.8%-
XYZ22.0311.8517.35-
YUV86.29144.21193.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 34 (13.67% from 255) = 10.40%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=54.43%
G=10.40%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783411500.810.350.30326.2567.9241.57
HexB22273051231E146442a
Octal262421630121433650610452
Binary10110010100010111001101010001100011111101010001101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22273; }

 p { color: rgb(178,34,115); }

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

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

 a { background-color: rgb(178,34,115); }

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

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

 span { border-color: rgb(178,34,115); }

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