#BA66D5

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

Shades of Medium Orchid #BA66D5

Tints of Medium Orchid #BA66D5

Color information

#BA66D5 (or 0xBA66D5) is unknown color: approx Medium Orchid. HEX triplet: BA, 66 and D5. RGB value is (186,102,213). Sum of RGB (Red+Green+Blue) = 186+102+213=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D5 is #45992A. Grayscale: #8B8B8B. Windows color (decimal): -4561195 or 13985466. OLE color: 13985466.

HSL color Cylindrical-coordinate representation of color #BA66D5: hue angle of 285.41º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA66D5 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186102213-
CMYK0.130.5200.16
HSL285.41º56.92%61.76%-
HSV(B)285.41º52.11%83.53%-
XYZ37.0124.7565.78-
YUV139.77169.33160.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 102 (40.23% from 255) = 20.36%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=37.13%
G=20.36%
B=42.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861022130.130.5200.16285.4156.9261.76
HexBA66D5D3401011d393e
Octal27214632515640204357176
Binary101110101100110110101011101110100010000100011101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66D5; }

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

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

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

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

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

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

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

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