#BA6CDA

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

Shades of Medium Orchid #BA6CDA

Tints of Medium Orchid #BA6CDA

Color information

#BA6CDA (or 0xBA6CDA) is unknown color: approx Medium Orchid. HEX triplet: BA, 6C and DA. RGB value is (186,108,218). Sum of RGB (Red+Green+Blue) = 186+108+218=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CDA is #459325. Grayscale: #8F8F8F. Windows color (decimal): -4559654 or 14314682. OLE color: 14314682.

HSL color Cylindrical-coordinate representation of color #BA6CDA: hue angle of 282.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6CDA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186108218-
CMYK0.150.5000.15
HSL282.55º59.78%63.92%-
HSV(B)282.55º50.46%85.49%-
XYZ38.2726.2369.37-
YUV143.86169.84158.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=36.33%
G=21.09%
B=42.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861082180.150.5000.15282.5559.7863.92
HexBA6CDAF320F11b3c40
Octal272154332176201743374100
Binary101110101101100110110101111110010011111000110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CDA; }

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

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

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

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

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

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

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

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