#B22982

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

Shades of Medium Red Violet #B22982

Tints of Medium Red Violet #B22982

Color information

#B22982 (or 0xB22982) is unknown color: approx Medium Red Violet. HEX triplet: B2, 29 and 82. RGB value is (178,41,130). Sum of RGB (Red+Green+Blue) = 178+41+130=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B22982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22982 is #4DD67D. Grayscale: #5B5B5B. Windows color (decimal): -5101182 or 8530354. OLE color: 8530354.

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

Color convert

RGB17841130-
CMYK00.770.270.30
HSL321.02º62.56%42.94%-
HSV(B)321.02º76.97%69.8%-
XYZ23.1812.6622.34-
YUV92.11149.39189.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=51.00%
G=11.75%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784113000.770.270.30321.0262.5642.94
HexB2298204D1B1E1413f2b
Octal26251202011533365017753
Binary1011001010100110000010010011011101111110101000001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22982; }

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

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

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

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

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

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

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

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