#BA63CE

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

Shades of Medium Orchid #BA63CE

Tints of Medium Orchid #BA63CE

Color information

#BA63CE (or 0xBA63CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 63 and CE. RGB value is (186,99,206). Sum of RGB (Red+Green+Blue) = 186+99+206=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63CE is #459C31. Grayscale: #888888. Windows color (decimal): -4561970 or 13525946. OLE color: 13525946.

HSL color Cylindrical-coordinate representation of color #BA63CE: hue angle of 288.79º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA63CE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18699206-
CMYK0.100.5200.19
HSL288.79º52.2%59.8%-
HSV(B)288.79º51.94%80.78%-
XYZ35.8523.8261.1-
YUV137.21166.82162.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 99 (39.06% from 255) = 20.16%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=37.88%
G=20.16%
B=41.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186992060.100.5200.19288.7952.259.8
HexBA63CEA34013121343c
Octal27214331612640234416474
Binary101110101100011110011101010110100010011100100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA63CE; }

 p { color: rgb(186,99,206); }

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

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

 a { background-color: rgb(186,99,206); }

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

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

 span { border-color: rgb(186,99,206); }

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