#BA2FA2

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

Shades of Medium Red Violet #BA2FA2

Tints of Medium Red Violet #BA2FA2

Color information

#BA2FA2 (or 0xBA2FA2) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2F and A2. RGB value is (186,47,162). Sum of RGB (Red+Green+Blue) = 186+47+162=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA2 is #45D05D. Grayscale: #656565. Windows color (decimal): -4575326 or 10629050. OLE color: 10629050.

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

Color convert

RGB18647162-
CMYK00.750.130.27
HSL310.36º59.66%45.69%-
HSV(B)310.36º74.73%72.94%-
XYZ27.7915.0835.63-
YUV101.67162.05188.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 47 (18.75% from 255) = 11.90%
BLUE value IS 162 (63.67% from 255) = 41.01%
R=47.09%
G=11.90%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864716200.750.130.27310.3659.6645.69
HexBA2FA204BD1B1363c2e
Octal27257242011315334667456
Binary101110101011111010001001001011110111011100110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FA2; }

 p { color: rgb(186,47,162); }

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

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

 a { background-color: rgb(186,47,162); }

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

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

 span { border-color: rgb(186,47,162); }

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