#B204A1

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

Shades of Medium Violet Red #B204A1

Tints of Medium Violet Red #B204A1

Color information

#B204A1 (or 0xB204A1) is unknown color: approx Medium Violet Red. HEX triplet: B2, 04 and A1. RGB value is (178,4,161). Sum of RGB (Red+Green+Blue) = 178+4+161=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B204A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204A1 is #4DFB5E. Grayscale: #494949. Windows color (decimal): -5110623 or 10552498. OLE color: 10552498.

HSL color Cylindrical-coordinate representation of color #B204A1: hue angle of 305.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204A1 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB1784161-
CMYK00.980.100.30
HSL305.86º95.6%35.69%-
HSV(B)305.86º97.75%69.8%-
XYZ24.8412.1334.75-
YUV73.92177.15202.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=51.90%
G=1.17%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178416100.980.100.30305.8695.635.69
HexB24A1062A1E1326024
Octal26242410142123646214044
Binary1011001010010100001011000101010111101001100101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B204A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B204A1; }

 p { color: rgb(178,4,161); }

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

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

 a { background-color: rgb(178,4,161); }

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

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

 span { border-color: rgb(178,4,161); }

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