#BA306E

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

Shades of Medium Red Violet #BA306E

Tints of Medium Red Violet #BA306E

Color information

#BA306E (or 0xBA306E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and 6E. RGB value is (186,48,110). Sum of RGB (Red+Green+Blue) = 186+48+110=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA306E is #45CF91. Grayscale: #606060. Windows color (decimal): -4575122 or 7221434. OLE color: 7221434.

HSL color Cylindrical-coordinate representation of color #BA306E: hue angle of 333.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 #BA306E is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18648110-
CMYK00.740.410.27
HSL333.04º58.97%45.88%-
HSV(B)333.04º74.19%72.94%-
XYZ24.1213.6816.12-
YUV96.33135.72191.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=54.07%
G=13.95%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864811000.740.410.27333.0458.9745.88
HexBA306E04A291B14d3b2e
Octal27260156011251335157356
Binary1011101011000011011100100101010100111011101001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA306E; }

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

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

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

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

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

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

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

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