#B22D9E

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

Shades of Medium Red Violet #B22D9E

Tints of Medium Red Violet #B22D9E

Color information

#B22D9E (or 0xB22D9E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2D and 9E. RGB value is (178,45,158). Sum of RGB (Red+Green+Blue) = 178+45+158=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D9E is #4DD261. Grayscale: #616161. Windows color (decimal): -5100130 or 10366386. OLE color: 10366386.

HSL color Cylindrical-coordinate representation of color #B22D9E: hue angle of 309.02º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D9E is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17845158-
CMYK00.750.110.30
HSL309.02º59.64%43.73%-
HSV(B)309.02º74.72%69.8%-
XYZ25.4713.8133.67-
YUV97.65162.06185.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 45 (17.97% from 255) = 11.81%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=46.72%
G=11.81%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784515800.750.110.30309.0259.6443.73
HexB22D9E04BB1E1353c2c
Octal26255236011313364657454
Binary101100101011011001111001001011101111110100110101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D9E; }

 p { color: rgb(178,45,158); }

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

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

 a { background-color: rgb(178,45,158); }

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

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

 span { border-color: rgb(178,45,158); }

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