#BA23A5

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

Shades of Medium Red Violet #BA23A5

Tints of Medium Red Violet #BA23A5

Color information

#BA23A5 (or 0xBA23A5) is unknown color: approx Medium Red Violet. HEX triplet: BA, 23 and A5. RGB value is (186,35,165). Sum of RGB (Red+Green+Blue) = 186+35+165=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23A5 is #45DC5A. Grayscale: #5E5E5E. Windows color (decimal): -4578395 or 10822586. OLE color: 10822586.

HSL color Cylindrical-coordinate representation of color #BA23A5: hue angle of 308.34º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA23A5 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18635165-
CMYK00.810.110.27
HSL308.34º68.33%43.33%-
HSV(B)308.34º81.18%72.94%-
XYZ27.6414.3636.91-
YUV94.97167.53192.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 35 (14.06% from 255) = 9.07%
BLUE value IS 165 (64.84% from 255) = 42.75%
R=48.19%
G=9.07%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863516500.810.110.27308.3468.3343.33
HexBA23A5051B1B134442b
Octal272432450121133346410453
Binary1011101010001110100101010100011011110111001101001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA23A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA23A5; }

 p { color: rgb(186,35,165); }

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

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

 a { background-color: rgb(186,35,165); }

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

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

 span { border-color: rgb(186,35,165); }

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