#BA0FA4

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

Shades of Medium Violet Red #BA0FA4

Tints of Medium Violet Red #BA0FA4

Color information

#BA0FA4 (or 0xBA0FA4) is unknown color: approx Medium Violet Red. HEX triplet: BA, 0F and A4. RGB value is (186,15,164). Sum of RGB (Red+Green+Blue) = 186+15+164=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0FA4 is #45F05B. Grayscale: #525252. Windows color (decimal): -4583516 or 10751930. OLE color: 10751930.

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

Color convert

RGB18615164-
CMYK00.920.120.27
HSL307.72º85.07%39.41%-
HSV(B)307.72º91.94%72.94%-
XYZ27.1213.4636.29-
YUV83.12173.65201.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 15 (6.25% from 255) = 4.11%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=50.96%
G=4.11%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861516400.920.120.27307.7285.0739.41
HexBAFA405CC1B1345527
Octal272172440134143346412547
Binary10111010111110100100010111001100110111001101001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0FA4; }

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

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

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

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

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

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

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

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