#BA30A4

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

Shades of Medium Red Violet #BA30A4

Tints of Medium Red Violet #BA30A4

Color information

#BA30A4 (or 0xBA30A4) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and A4. RGB value is (186,48,164). Sum of RGB (Red+Green+Blue) = 186+48+164=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30A4 is #45CF5B. Grayscale: #666666. Windows color (decimal): -4575068 or 10760378. OLE color: 10760378.

HSL color Cylindrical-coordinate representation of color #BA30A4: hue angle of 309.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA30A4 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18648164-
CMYK00.740.120.27
HSL309.57º58.97%45.88%-
HSV(B)309.57º74.19%72.94%-
XYZ28.0115.2336.59-
YUV102.49162.72187.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 48 (19.14% from 255) = 12.06%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=46.73%
G=12.06%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864816400.740.120.27309.5758.9745.88
HexBA30A404AC1B1363b2e
Octal27260244011214334667356
Binary101110101100001010010001001010110011011100110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA30A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA30A4; }

 p { color: rgb(186,48,164); }

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

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

 a { background-color: rgb(186,48,164); }

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

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

 span { border-color: rgb(186,48,164); }

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