#B22B80

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

Shades of Medium Red Violet #B22B80

Tints of Medium Red Violet #B22B80

Color information

#B22B80 (or 0xB22B80) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and 80. RGB value is (178,43,128). Sum of RGB (Red+Green+Blue) = 178+43+128=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22B80 is #4DD47F. Grayscale: #5C5C5C. Windows color (decimal): -5100672 or 8399794. OLE color: 8399794.

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

Color convert

RGB17843128-
CMYK00.760.280.30
HSL322.22º61.09%43.33%-
HSV(B)322.22º75.84%69.8%-
XYZ23.1212.7521.66-
YUV93.06147.73188.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 43 (17.19% from 255) = 12.32%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=51.00%
G=12.32%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784312800.760.280.30322.2261.0943.33
HexB22B8004C1C1E1423d2b
Octal26253200011434365027553
Binary1011001010101110000000010011001110011110101000010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B80; }

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

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

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

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

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

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

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

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