#B22372

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

Shades of Medium Red Violet #B22372

Tints of Medium Red Violet #B22372

Color information

#B22372 (or 0xB22372) is unknown color: approx Medium Red Violet. HEX triplet: B2, 23 and 72. RGB value is (178,35,114). Sum of RGB (Red+Green+Blue) = 178+35+114=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B22372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22372 is #4DDC8D. Grayscale: #565656. Windows color (decimal): -5102734 or 7480242. OLE color: 7480242.

HSL color Cylindrical-coordinate representation of color #B22372: hue angle of 326.85º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22372 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17835114-
CMYK00.800.360.30
HSL326.85º67.14%41.76%-
HSV(B)326.85º80.34%69.8%-
XYZ2211.8817.05-
YUV86.76143.38193.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 35 (14.06% from 255) = 10.70%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=54.43%
G=10.70%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783511400.800.360.30326.8567.1441.76
HexB22372050241E147432a
Octal262431620120443650710352
Binary10110010100011111001001010000100100111101010001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22372; }

 p { color: rgb(178,35,114); }

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

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

 a { background-color: rgb(178,35,114); }

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

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

 span { border-color: rgb(178,35,114); }

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