#B22D71

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

Shades of Medium Red Violet #B22D71

Tints of Medium Red Violet #B22D71

Color information

#B22D71 (or 0xB22D71) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2D and 71. RGB value is (178,45,113). Sum of RGB (Red+Green+Blue) = 178+45+113=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D71 is #4DD28E. Grayscale: #5C5C5C. Windows color (decimal): -5100175 or 7417266. OLE color: 7417266.

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

Color convert

RGB17845113-
CMYK00.750.370.30
HSL329.32º59.64%43.73%-
HSV(B)329.32º74.72%69.8%-
XYZ22.2812.5316.87-
YUV92.52139.56188.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 45 (17.97% from 255) = 13.39%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=52.98%
G=13.39%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784511300.750.370.30329.3259.6443.73
HexB22D7104B251E1493c2c
Octal26255161011345365117454
Binary1011001010110111100010100101110010111110101001001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D71; }

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

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

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

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

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

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

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

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