#B22B74

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

Shades of Medium Red Violet #B22B74

Tints of Medium Red Violet #B22B74

Color information

#B22B74 (or 0xB22B74) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and 74. RGB value is (178,43,116). Sum of RGB (Red+Green+Blue) = 178+43+116=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B74 is #4DD48B. Grayscale: #5B5B5B. Windows color (decimal): -5100684 or 7613362. OLE color: 7613362.

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

Color convert

RGB17843116-
CMYK00.760.350.30
HSL327.56º61.09%43.33%-
HSV(B)327.56º75.84%69.8%-
XYZ22.3812.4517.75-
YUV91.69141.73189.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 43 (17.19% from 255) = 12.76%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=52.82%
G=12.76%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784311600.760.350.30327.5661.0943.33
HexB22B7404C231E1483d2b
Octal26253164011443365107553
Binary1011001010101111101000100110010001111110101001000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B74; }

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

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

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

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

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

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

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

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