#BA6CE3

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

Shades of Medium Orchid #BA6CE3

Tints of Medium Orchid #BA6CE3

Color information

#BA6CE3 (or 0xBA6CE3) is unknown color: approx Medium Orchid. HEX triplet: BA, 6C and E3. RGB value is (186,108,227). Sum of RGB (Red+Green+Blue) = 186+108+227=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA6CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CE3 is #45931C. Grayscale: #909090. Windows color (decimal): -4559645 or 14904506. OLE color: 14904506.

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

Color convert

RGB186108227-
CMYK0.180.5200.11
HSL279.33º68%65.69%-
HSV(B)279.33º52.42%89.02%-
XYZ39.4826.7175.75-
YUV144.89174.34157.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 108 (42.58% from 255) = 20.73%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=35.70%
G=20.73%
B=43.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861082270.180.5200.11279.336865.69
HexBA6CE312340B1174442
Octal2721543432264013427104102
Binary10111010110110011100011100101101000101110001011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CE3; }

 p { color: rgb(186,108,227); }

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

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

 a { background-color: rgb(186,108,227); }

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

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

 span { border-color: rgb(186,108,227); }

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