#B022A5

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

Shades of Medium Red Violet #B022A5

Tints of Medium Red Violet #B022A5

Color information

#B022A5 (or 0xB022A5) is unknown color: approx Medium Red Violet. HEX triplet: B0, 22 and A5. RGB value is (176,34,165). Sum of RGB (Red+Green+Blue) = 176+34+165=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B022A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022A5 is #4FDD5A. Grayscale: #5B5B5B. Windows color (decimal): -5234011 or 10822320. OLE color: 10822320.

HSL color Cylindrical-coordinate representation of color #B022A5: hue angle of 304.65º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B022A5 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17634165-
CMYK00.810.060.31
HSL304.65º67.62%41.18%-
HSV(B)304.65º80.68%69.02%-
XYZ25.2713.0936.79-
YUV91.39169.54188.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 34 (13.67% from 255) = 9.07%
BLUE value IS 165 (64.84% from 255) = 44%
R=46.93%
G=9.07%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763416500.810.060.31304.6567.6241.18
HexB022A505161F1314429
Octal26042245012163746110451
Binary101100001000101010010101010001110111111001100011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B022A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B022A5; }

 p { color: rgb(176,34,165); }

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

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

 a { background-color: rgb(176,34,165); }

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

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

 span { border-color: rgb(176,34,165); }

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