#BA69DA

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

Shades of Medium Orchid #BA69DA

Tints of Medium Orchid #BA69DA

Color information

#BA69DA (or 0xBA69DA) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and DA. RGB value is (186,105,218). Sum of RGB (Red+Green+Blue) = 186+105+218=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69DA is #459625. Grayscale: #8D8D8D. Windows color (decimal): -4560422 or 14313914. OLE color: 14313914.

HSL color Cylindrical-coordinate representation of color #BA69DA: hue angle of 283.01º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA69DA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186105218-
CMYK0.150.5200.15
HSL283.01º60.43%63.33%-
HSV(B)283.01º51.83%85.49%-
XYZ37.9625.669.27-
YUV142.1170.84159.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=36.54%
G=20.63%
B=42.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861052180.150.5200.15283.0160.4363.33
HexBA69DAF340F11b3c3f
Octal27215133217640174337477
Binary10111010110100111011010111111010001111100011011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69DA; }

 p { color: rgb(186,105,218); }

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

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

 a { background-color: rgb(186,105,218); }

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

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

 span { border-color: rgb(186,105,218); }

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