#BA68C7

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

Shades of Medium Orchid #BA68C7

Tints of Medium Orchid #BA68C7

Color information

#BA68C7 (or 0xBA68C7) is unknown color: approx Medium Orchid. HEX triplet: BA, 68 and C7. RGB value is (186,104,199). Sum of RGB (Red+Green+Blue) = 186+104+199=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C7 is #459738. Grayscale: #8B8B8B. Windows color (decimal): -4560697 or 13068474. OLE color: 13068474.

HSL color Cylindrical-coordinate representation of color #BA68C7: hue angle of 291.79º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA68C7 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186104199-
CMYK0.070.4800.22
HSL291.79º45.89%59.41%-
HSV(B)291.79º47.74%78.04%-
XYZ35.5124.4656.88-
YUV139.35161.67161.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=38.04%
G=21.27%
B=40.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861041990.070.4800.22291.7945.8959.41
HexBA68C77300161242e3b
Octal2721503077600264445673
Binary10111010110100011000111111110000010110100100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68C7; }

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

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

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

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

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

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

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

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