#B22071

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

Shades of Medium Red Violet #B22071

Tints of Medium Red Violet #B22071

Color information

#B22071 (or 0xB22071) is unknown color: approx Medium Red Violet. HEX triplet: B2, 20 and 71. RGB value is (178,32,113). Sum of RGB (Red+Green+Blue) = 178+32+113=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B22071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22071 is #4DDF8E. Grayscale: #545454. Windows color (decimal): -5103503 or 7413938. OLE color: 7413938.

HSL color Cylindrical-coordinate representation of color #B22071: hue angle of 326.71º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22071 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17832113-
CMYK00.820.370.30
HSL326.71º69.52%41.18%-
HSV(B)326.71º82.02%69.8%-
XYZ21.8611.6916.73-
YUV84.89143.87194.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 32 (12.89% from 255) = 9.91%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=55.11%
G=9.91%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783211300.820.370.30326.7169.5241.18
HexB22071052251E1474629
Octal262401610122453650710651
Binary10110010100000111000101010010100101111101010001111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22071; }

 p { color: rgb(178,32,113); }

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

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

 a { background-color: rgb(178,32,113); }

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

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

 span { border-color: rgb(178,32,113); }

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