#B222A9

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

Shades of Medium Red Violet #B222A9

Tints of Medium Red Violet #B222A9

Color information

#B222A9 (or 0xB222A9) is unknown color: approx Medium Red Violet. HEX triplet: B2, 22 and A9. RGB value is (178,34,169). Sum of RGB (Red+Green+Blue) = 178+34+169=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B222A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222A9 is #4DDD56. Grayscale: #5C5C5C. Windows color (decimal): -5102935 or 11084466. OLE color: 11084466.

HSL color Cylindrical-coordinate representation of color #B222A9: hue angle of 303.75º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B222A9 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17834169-
CMYK00.810.050.30
HSL303.75º67.92%41.57%-
HSV(B)303.75º80.9%69.8%-
XYZ26.0913.4738.76-
YUV92.45171.21189.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 34 (13.67% from 255) = 8.92%
BLUE value IS 169 (66.41% from 255) = 44.36%
R=46.72%
G=8.92%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783416900.810.050.30303.7567.9241.57
HexB222A905151E130442a
Octal26242251012153646010452
Binary101100101000101010100101010001101111101001100001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B222A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B222A9; }

 p { color: rgb(178,34,169); }

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

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

 a { background-color: rgb(178,34,169); }

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

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

 span { border-color: rgb(178,34,169); }

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