#BA66F6

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

Shades of Medium Orchid #BA66F6

Tints of Medium Orchid #BA66F6

Color information

#BA66F6 (or 0xBA66F6) is unknown color: approx Medium Orchid. HEX triplet: BA, 66 and F6. RGB value is (186,102,246). Sum of RGB (Red+Green+Blue) = 186+102+246=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA66F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66F6 is #459909. Grayscale: #8F8F8F. Windows color (decimal): -4561162 or 16148154. OLE color: 16148154.

HSL color Cylindrical-coordinate representation of color #BA66F6: hue angle of 275º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA66F6 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186102246-
CMYK0.240.5900.04
HSL275º88.89%68.24%-
HSV(B)275º58.54%96.47%-
XYZ41.6426.690.13-
YUV143.53185.83158.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 102 (40.23% from 255) = 19.10%
BLUE value IS 246 (96.48% from 255) = 46.07%
R=34.83%
G=19.10%
B=46.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861022460.240.5900.0427588.8968.24
HexBA66F6183B041135944
Octal272146366307304423131104
Binary1011101011001101111011011000111011010010001001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66F6; }

 p { color: rgb(186,102,246); }

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

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

 a { background-color: rgb(186,102,246); }

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

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

 span { border-color: rgb(186,102,246); }

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