#BA2F9E

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

Shades of Medium Red Violet #BA2F9E

Tints of Medium Red Violet #BA2F9E

Color information

#BA2F9E (or 0xBA2F9E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2F and 9E. RGB value is (186,47,158). Sum of RGB (Red+Green+Blue) = 186+47+158=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F9E is #45D061. Grayscale: #646464. Windows color (decimal): -4575330 or 10366906. OLE color: 10366906.

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

Color convert

RGB18647158-
CMYK00.750.150.27
HSL312.09º59.66%45.69%-
HSV(B)312.09º74.73%72.94%-
XYZ27.4414.9433.79-
YUV101.22160.05188.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 47 (18.75% from 255) = 12.02%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=47.57%
G=12.02%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864715800.750.150.27312.0959.6645.69
HexBA2F9E04BF1B1383c2e
Octal27257236011317334707456
Binary101110101011111001111001001011111111011100111000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F9E; }

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

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

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

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

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

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

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

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