#BA25A0

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

Shades of Medium Red Violet #BA25A0

Tints of Medium Red Violet #BA25A0

Color information

#BA25A0 (or 0xBA25A0) is unknown color: approx Medium Red Violet. HEX triplet: BA, 25 and A0. RGB value is (186,37,160). Sum of RGB (Red+Green+Blue) = 186+37+160=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25A0 is #45DA5F. Grayscale: #5F5F5F. Windows color (decimal): -4577888 or 10495418. OLE color: 10495418.

HSL color Cylindrical-coordinate representation of color #BA25A0: hue angle of 310.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA25A0 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18637160-
CMYK00.800.140.27
HSL310.47º66.82%43.73%-
HSV(B)310.47º80.11%72.94%-
XYZ27.2614.334.58-
YUV95.57164.36192.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 37 (14.84% from 255) = 9.66%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=48.56%
G=9.66%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863716000.800.140.27310.4766.8243.73
HexBA25A0050E1B136432c
Octal272452400120163346610354
Binary1011101010010110100000010100001110110111001101101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA25A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA25A0; }

 p { color: rgb(186,37,160); }

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

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

 a { background-color: rgb(186,37,160); }

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

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

 span { border-color: rgb(186,37,160); }

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