#BA0FA5

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

Shades of Medium Violet Red #BA0FA5

Tints of Medium Violet Red #BA0FA5

Color information

#BA0FA5 (or 0xBA0FA5) is unknown color: approx Medium Violet Red. HEX triplet: BA, 0F and A5. RGB value is (186,15,165). Sum of RGB (Red+Green+Blue) = 186+15+165=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0FA5 is #45F05A. Grayscale: #525252. Windows color (decimal): -4583515 or 10817466. OLE color: 10817466.

HSL color Cylindrical-coordinate representation of color #BA0FA5: hue angle of 307.37º 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 #BA0FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18615165-
CMYK00.920.110.27
HSL307.37º85.07%39.41%-
HSV(B)307.37º91.94%72.94%-
XYZ27.2113.536.77-
YUV83.23174.15201.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=50.82%
G=4.10%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861516500.920.110.27307.3785.0739.41
HexBAFA505CB1B1335527
Octal272172450134133346312547
Binary10111010111110100101010111001011110111001100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0FA5; }

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

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

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

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

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

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

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

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