#BA309C

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

Shades of Medium Red Violet #BA309C

Tints of Medium Red Violet #BA309C

Color information

#BA309C (or 0xBA309C) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and 9C. RGB value is (186,48,156). Sum of RGB (Red+Green+Blue) = 186+48+156=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA309C is #45CF63. Grayscale: #656565. Windows color (decimal): -4575076 or 10236090. OLE color: 10236090.

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

Color convert

RGB18648156-
CMYK00.740.160.27
HSL313.04º58.97%45.88%-
HSV(B)313.04º74.19%72.94%-
XYZ27.3114.9532.9-
YUV101.57158.72188.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 48 (19.14% from 255) = 12.31%
BLUE value IS 156 (61.33% from 255) = 40%
R=47.69%
G=12.31%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864815600.740.160.27313.0458.9745.88
HexBA309C04A101B1393b2e
Octal27260234011220334717356
Binary1011101011000010011100010010101000011011100111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA309C; }

 p { color: rgb(186,48,156); }

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

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

 a { background-color: rgb(186,48,156); }

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

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

 span { border-color: rgb(186,48,156); }

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