#BA65D7

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

Shades of Medium Orchid #BA65D7

Tints of Medium Orchid #BA65D7

Color information

#BA65D7 (or 0xBA65D7) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and D7. RGB value is (186,101,215). Sum of RGB (Red+Green+Blue) = 186+101+215=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65D7 is #459A28. Grayscale: #8B8B8B. Windows color (decimal): -4561449 or 14116282. OLE color: 14116282.

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

Color convert

RGB186101215-
CMYK0.130.5300.16
HSL284.74º58.76%61.96%-
HSV(B)284.74º53.02%84.31%-
XYZ37.1724.6567.09-
YUV139.41170.66161.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=37.05%
G=20.12%
B=42.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861012150.130.5300.16284.7458.7661.96
HexBA65D7D3501011d3b3e
Octal27214532715650204357376
Binary101110101100101110101111101110101010000100011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65D7; }

 p { color: rgb(186,101,215); }

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

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

 a { background-color: rgb(186,101,215); }

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

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

 span { border-color: rgb(186,101,215); }

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