#BA68D8

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

Shades of Medium Orchid #BA68D8

Tints of Medium Orchid #BA68D8

Color information

#BA68D8 (or 0xBA68D8) is unknown color: approx Medium Orchid. HEX triplet: BA, 68 and D8. RGB value is (186,104,216). Sum of RGB (Red+Green+Blue) = 186+104+216=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA68D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68D8 is #459727. Grayscale: #8C8C8C. Windows color (decimal): -4560680 or 14182586. OLE color: 14182586.

HSL color Cylindrical-coordinate representation of color #BA68D8: hue angle of 283.93º degrees, saturation: 0.59, 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 #BA68D8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186104216-
CMYK0.140.5200.15
HSL283.93º58.95%62.75%-
HSV(B)283.93º51.85%84.71%-
XYZ37.5925.367.87-
YUV141.29170.17159.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=36.76%
G=20.55%
B=42.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861042160.140.5200.15283.9358.9562.75
HexBA68D8E340F11c3b3f
Octal27215033016640174347377
Binary10111010110100011011000111011010001111100011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68D8; }

 p { color: rgb(186,104,216); }

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

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

 a { background-color: rgb(186,104,216); }

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

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

 span { border-color: rgb(186,104,216); }

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