#BA369E

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

Shades of Medium Red Violet #BA369E

Tints of Medium Red Violet #BA369E

Color information

#BA369E (or 0xBA369E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 9E. RGB value is (186,54,158). Sum of RGB (Red+Green+Blue) = 186+54+158=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA369E is #45C961. Grayscale: #696969. Windows color (decimal): -4573538 or 10368698. OLE color: 10368698.

HSL color Cylindrical-coordinate representation of color #BA369E: hue angle of 312.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA369E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18654158-
CMYK00.710.150.27
HSL312.73º55%47.06%-
HSV(B)312.73º70.97%72.94%-
XYZ27.7415.5533.89-
YUV105.32157.73185.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 54 (21.48% from 255) = 13.57%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=46.73%
G=13.57%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865415800.710.150.27312.735547.06
HexBA369E047F1B139372f
Octal27266236010717334716757
Binary101110101101101001111001000111111111011100111001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA369E; }

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

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

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

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

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

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

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

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