#B22882

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

Shades of Medium Red Violet #B22882

Tints of Medium Red Violet #B22882

Color information

#B22882 (or 0xB22882) is unknown color: approx Medium Red Violet. HEX triplet: B2, 28 and 82. RGB value is (178,40,130). Sum of RGB (Red+Green+Blue) = 178+40+130=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B22882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22882 is #4DD77D. Grayscale: #5B5B5B. Windows color (decimal): -5101438 or 8530098. OLE color: 8530098.

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

Color convert

RGB17840130-
CMYK00.780.270.30
HSL320.87º63.3%42.75%-
HSV(B)320.87º77.53%69.8%-
XYZ23.1512.5922.33-
YUV91.52149.72189.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=51.15%
G=11.49%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784013000.780.270.30320.8763.342.75
HexB2288204E1B1E1413f2b
Octal26250202011633365017753
Binary1011001010100010000010010011101101111110101000001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22882; }

 p { color: rgb(178,40,130); }

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

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

 a { background-color: rgb(178,40,130); }

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

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

 span { border-color: rgb(178,40,130); }

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