#B22D74

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

Shades of Medium Red Violet #B22D74

Tints of Medium Red Violet #B22D74

Color information

#B22D74 (or 0xB22D74) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2D and 74. RGB value is (178,45,116). Sum of RGB (Red+Green+Blue) = 178+45+116=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D74 is #4DD28B. Grayscale: #5C5C5C. Windows color (decimal): -5100172 or 7613874. OLE color: 7613874.

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

Color convert

RGB17845116-
CMYK00.750.350.30
HSL327.97º59.64%43.73%-
HSV(B)327.97º74.72%69.8%-
XYZ22.4512.617.77-
YUV92.86141.06188.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=52.51%
G=13.27%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784511600.750.350.30327.9759.6443.73
HexB22D7404B231E1483c2c
Octal26255164011343365107454
Binary1011001010110111101000100101110001111110101001000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D74; }

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

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

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

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

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

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

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

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