#BA68DD

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

Shades of Medium Orchid #BA68DD

Tints of Medium Orchid #BA68DD

Color information

#BA68DD (or 0xBA68DD) is unknown color: approx Medium Orchid. HEX triplet: BA, 68 and DD. RGB value is (186,104,221). Sum of RGB (Red+Green+Blue) = 186+104+221=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68DD is #459722. Grayscale: #8D8D8D. Windows color (decimal): -4560675 or 14510266. OLE color: 14510266.

HSL color Cylindrical-coordinate representation of color #BA68DD: hue angle of 282.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA68DD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186104221-
CMYK0.160.5300.13
HSL282.05º63.24%63.73%-
HSV(B)282.05º52.94%86.67%-
XYZ38.2525.5671.32-
YUV141.86172.67159.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=36.40%
G=20.35%
B=43.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861042210.160.5300.13282.0563.2463.73
HexBA68DD10350D11a3f40
Octal272150335206501543277100
Binary1011101011010001101110110000110101011011000110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68DD; }

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

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

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

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

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

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

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

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