#BA68E4

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

Shades of Medium Orchid #BA68E4

Tints of Medium Orchid #BA68E4

Color information

#BA68E4 (or 0xBA68E4) is unknown color: approx Medium Orchid. HEX triplet: BA, 68 and E4. RGB value is (186,104,228). Sum of RGB (Red+Green+Blue) = 186+104+228=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68E4 is #45971B. Grayscale: #8E8E8E. Windows color (decimal): -4560668 or 14969018. OLE color: 14969018.

HSL color Cylindrical-coordinate representation of color #BA68E4: hue angle of 279.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA68E4 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186104228-
CMYK0.180.5400.11
HSL279.68º69.66%65.1%-
HSV(B)279.68º54.39%89.41%-
XYZ39.225.9476.34-
YUV142.65176.17158.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 104 (41.02% from 255) = 20.08%
BLUE value IS 228 (89.45% from 255) = 44.02%
R=35.91%
G=20.08%
B=44.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861042280.180.5400.11279.6869.6665.1
HexBA68E412360B1184641
Octal2721503442266013430106101
Binary10111010110100011100100100101101100101110001100010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68E4; }

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

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

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

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

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

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

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

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